Html Css Color HEX #811006 Maroon

📋 copy color: '#811006'

red 129 ◦ green 16 ◦ blue 6

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

Shades of Maroon #811006

Tints of Maroon #811006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.97%

R = 85.43%
G = 10.6%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#811006 (or 0x811006) is known color: Maroon. HEX triplet: 81, 10 and 06. RGB value is (129,16,6). Sum of RGB (Red+Green+Blue) = 129+16+6=151 (20% of max value = 765). Red value is 129 (50.78% from 255 or 85.43% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 129 - color contains mainly: red. Hex color #811006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811006 is #7EEFF9. Grayscale: #303030. Windows color (decimal): -8318970 or 397441. OLE color: 397441.

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

Color convert

RGB 129 16 6 -
CMYK 0 0.88 0.95 0.49
HSL 4.88º 0.91% 0.26% -
HSV(B) 4.88º 0.95% 0.51% -
XYZ 9.27 5.05 0.66 -
YUV 48.65 103.94 185.31 -
System Red Green Blue C M Y K H S L
Decimal 129 16 6 0 0.88 0.95 0.49 4.88 0.91 0.26
Hex 81 10 6 0 58 5F 31 5 5B 1A
Octal 201 20 6 0 130 137 61 5 133 32
Binary 10000001 10000 110 0 1011000 1011111 110001 101 1011011 11010

Color Harmonies of #811006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811006

Black with #811006

Text Example


Text Example

White with #811006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811006; }

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

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

background-color css

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

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

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

border-color css

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

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

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