Html Css Color HEX #811206 Maroon

📋 copy color: '#811206'

red 129 ◦ green 18 ◦ blue 6

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

Shades of Maroon #811206

Tints of Maroon #811206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

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

R = 84.31%
G = 11.76%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#811206 (or 0x811206) is known color: Maroon. HEX triplet: 81, 12 and 06. RGB value is (129,18,6). Sum of RGB (Red+Green+Blue) = 129+18+6=153 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.31% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 129 - color contains mainly: red. Hex color #811206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811206 is #7EEDF9. Grayscale: #313131. Windows color (decimal): -8318458 or 397953. OLE color: 397953.

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

Color convert

RGB 129 18 6 -
CMYK 0 0.86 0.95 0.49
HSL 5.85º 0.91% 0.26% -
HSV(B) 5.85º 0.95% 0.51% -
XYZ 9.3 5.11 0.67 -
YUV 49.82 103.27 184.48 -
System Red Green Blue C M Y K H S L
Decimal 129 18 6 0 0.86 0.95 0.49 5.85 0.91 0.26
Hex 81 12 6 0 56 5F 31 6 5B 1A
Octal 201 22 6 0 126 137 61 6 133 32
Binary 10000001 10010 110 0 1010110 1011111 110001 110 1011011 11010

Color Harmonies of #811206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811206

Black with #811206

Text Example


Text Example

White with #811206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811206; }

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

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

background-color css

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

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

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

border-color css

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

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

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