Html Css Color HEX #840D08 Maroon

📋 copy color: '#840D08'

red 132 ◦ green 13 ◦ blue 8

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

Shades of Maroon #840D08

Tints of Maroon #840D08

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.5%

 BLUE value IS 8 (3.52% from 255) = 5.23%

R = 86.27%
G = 8.5%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#840D08 (or 0x840D08) is known color: Maroon. HEX triplet: 84, 0D and 08. RGB value is (132,13,8). Sum of RGB (Red+Green+Blue) = 132+13+8=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #840D08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840D08 is #7BF2F7. Grayscale: #303030. Windows color (decimal): -8123128 or 527748. OLE color: 527748.

HSL color Cylindrical-coordinate representation of color #840D08: hue angle of 2.42º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840D08 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 8 -
CMYK 0 0.90 0.94 0.48
HSL 2.42º 0.89% 0.27% -
HSV(B) 2.42º 0.94% 0.52% -
XYZ 9.7 5.21 0.72 -
YUV 48.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 132 13 8 0 0.90 0.94 0.48 2.42 0.89 0.27
Hex 84 D 8 0 5A 5E 30 2 59 1B
Octal 204 15 10 0 132 136 60 2 131 33
Binary 10000100 1101 1000 0 1011010 1011110 110000 10 1011001 11011

Color Harmonies of #840D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D08

Black with #840D08

Text Example


Text Example

White with #840D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840D08; }

 p { color: rgb(132,13,8); }

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

background-color css

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

 a { background-color: rgb(132,13,8); }

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

border-color css

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

 span { border-color: rgb(132,13,8); }

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