Html Css Color HEX #840914 Sangria

📋 copy color: '#840914'

red 132 ◦ green 9 ◦ blue 20

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

Shades of Sangria #840914

Tints of Sangria #840914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

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

R = 81.99%
G = 5.59%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#840914 (or 0x840914) is known color: Sangria. HEX triplet: 84, 09 and 14. RGB value is (132,9,20). Sum of RGB (Red+Green+Blue) = 132+9+20=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #840914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840914 is #7BF6EB. Grayscale: #2F2F2F. Windows color (decimal): -8124140 or 1313156. OLE color: 1313156.

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

Color convert

RGB 132 9 20 -
CMYK 0 0.93 0.85 0.48
HSL 354.63º 0.87% 0.28% -
HSV(B) 354.63º 0.93% 0.52% -
XYZ 9.74 5.15 1.14 -
YUV 47.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 132 9 20 0 0.93 0.85 0.48 354.63 0.87 0.28
Hex 84 9 14 0 5D 55 30 163 57 1C
Octal 204 11 24 0 135 125 60 543 127 34
Binary 10000100 1001 10100 0 1011101 1010101 110000 101100011 1010111 11100

Color Harmonies of #840914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840914

Black with #840914

Text Example


Text Example

White with #840914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840914; }

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

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

background-color css

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

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

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

border-color css

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

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

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