Html Css Color HEX #811008 Maroon

📋 copy color: '#811008'

red 129 ◦ green 16 ◦ blue 8

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

Shades of Maroon #811008

Tints of Maroon #811008

RGB

 RED value IS 129 (50.78% from 255) = 84.31%

 GREEN value IS 16 (6.64% from 255) = 10.46%

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

R = 84.31%
G = 10.46%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#811008 (or 0x811008) is known color: Maroon. HEX triplet: 81, 10 and 08. RGB value is (129,16,8). Sum of RGB (Red+Green+Blue) = 129+16+8=153 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.31% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 129 - color contains mainly: red. Hex color #811008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811008 is #7EEFF7. Grayscale: #313131. Windows color (decimal): -8318968 or 528513. OLE color: 528513.

HSL color Cylindrical-coordinate representation of color #811008: hue angle of 3.97º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #811008 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 8 -
CMYK 0 0.88 0.94 0.49
HSL 3.97º 0.88% 0.27% -
HSV(B) 3.97º 0.94% 0.51% -
XYZ 9.28 5.06 0.72 -
YUV 48.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 129 16 8 0 0.88 0.94 0.49 3.97 0.88 0.27
Hex 81 10 8 0 58 5E 31 4 58 1B
Octal 201 20 10 0 130 136 61 4 130 33
Binary 10000001 10000 1000 0 1011000 1011110 110001 100 1011000 11011

Color Harmonies of #811008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811008

Black with #811008

Text Example


Text Example

White with #811008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811008; }

 p { color: rgb(129,16,8); }

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

background-color css

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

 a { background-color: rgb(129,16,8); }

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

border-color css

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

 span { border-color: rgb(129,16,8); }

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