Html Css Color HEX #840C08 Maroon

📋 copy color: '#840C08'

red 132 ◦ green 12 ◦ blue 8

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

Shades of Maroon #840C08

Tints of Maroon #840C08

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.89%

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

R = 86.84%
G = 7.89%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#840C08 (or 0x840C08) is known color: Maroon. HEX triplet: 84, 0C and 08. RGB value is (132,12,8). Sum of RGB (Red+Green+Blue) = 132+12+8=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #840C08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840C08 is #7BF3F7. Grayscale: #2F2F2F. Windows color (decimal): -8123384 or 527492. OLE color: 527492.

HSL color Cylindrical-coordinate representation of color #840C08: hue angle of 1.94º 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 #840C08 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 12 8 -
CMYK 0 0.91 0.94 0.48
HSL 1.94º 0.89% 0.27% -
HSV(B) 1.94º 0.94% 0.52% -
XYZ 9.69 5.19 0.72 -
YUV 47.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 132 12 8 0 0.91 0.94 0.48 1.94 0.89 0.27
Hex 84 C 8 0 5B 5E 30 2 59 1B
Octal 204 14 10 0 133 136 60 2 131 33
Binary 10000100 1100 1000 0 1011011 1011110 110000 10 1011001 11011

Color Harmonies of #840C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C08

Black with #840C08

Text Example


Text Example

White with #840C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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