Html Css Color HEX #810906 Maroon

📋 copy color: '#810906'

red 129 ◦ green 9 ◦ blue 6

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

Shades of Maroon #810906

Tints of Maroon #810906

RGB

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

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

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

R = 89.58%
G = 6.25%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#810906 (or 0x810906) is known color: Maroon. HEX triplet: 81, 09 and 06. RGB value is (129,9,6). Sum of RGB (Red+Green+Blue) = 129+9+6=144 (19% of max value = 765). Red value is 129 (50.78% from 255 or 89.58% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 129 - color contains mainly: red. Hex color #810906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810906 is #7EF6F9. Grayscale: #2C2C2C. Windows color (decimal): -8320762 or 395649. OLE color: 395649.

HSL color Cylindrical-coordinate representation of color #810906: hue angle of 1.46º 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 #810906 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 9 6 -
CMYK 0 0.93 0.95 0.49
HSL 1.46º 0.91% 0.26% -
HSV(B) 1.46º 0.95% 0.51% -
XYZ 9.18 4.88 0.63 -
YUV 44.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 129 9 6 0 0.93 0.95 0.49 1.46 0.91 0.26
Hex 81 9 6 0 5D 5F 31 1 5B 1A
Octal 201 11 6 0 135 137 61 1 133 32
Binary 10000001 1001 110 0 1011101 1011111 110001 1 1011011 11010

Color Harmonies of #810906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810906

Black with #810906

Text Example


Text Example

White with #810906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810906; }

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

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

background-color css

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

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

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

border-color css

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

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

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