Html Css Color HEX #841314 Sangria

📋 copy color: '#841314'

red 132 ◦ green 19 ◦ blue 20

#841314
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #841314

Tints of Sangria #841314

RGB

 RED value IS 132 (51.95% from 255) = 77.19%

 GREEN value IS 19 (7.81% from 255) = 11.11%

 BLUE value IS 20 (8.2% from 255) = 11.7%

R = 77.19%
G = 11.11%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#841314 (or 0x841314) is known color: Sangria. HEX triplet: 84, 13 and 14. RGB value is (132,19,20). Sum of RGB (Red+Green+Blue) = 132+19+20=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #841314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841314 is #7BECEB. Grayscale: #353535. Windows color (decimal): -8121580 or 1315716. OLE color: 1315716.

HSL color Cylindrical-coordinate representation of color #841314: hue angle of 359.47º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841314 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 19 20 -
CMYK 0 0.86 0.85 0.48
HSL 359.47º 0.75% 0.3% -
HSV(B) 359.47º 0.86% 0.52% -
XYZ 9.87 5.42 1.19 -
YUV 52.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 132 19 20 0 0.86 0.85 0.48 359.47 0.75 0.3
Hex 84 13 14 0 56 55 30 167 4B 1E
Octal 204 23 24 0 126 125 60 547 113 36
Binary 10000100 10011 10100 0 1010110 1010101 110000 101100111 1001011 11110

Color Harmonies of #841314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841314

Black with #841314

Text Example


Text Example

White with #841314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841314; }

 p { color: rgb(132,19,20); }

 H1.HeaderClassName
 {
   color: #841314;
 }
 .AnyTagClassName
 {
   color: #841314;
 }
</style>

background-color css

<style>
 a { background-color: #841314; }

 a { background-color: rgb(132,19,20); }

 div.DivClassName
 {
   background-color: #841314;
 }
 .BgClassName
 {
   background-color: #841314;
 }
</style>

border-color css

<style>
 span { border-color: #841314; }

 span { border-color: rgb(132,19,20); }

 td.TdClassName
 {
   border-color: #841314;
 }
 .TagClassName
 {
   border-color: #841314;
 }
</style>