Html Css Color HEX #810C06 Maroon

📋 copy color: '#810C06'

red 129 ◦ green 12 ◦ blue 6

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

Shades of Maroon #810C06

Tints of Maroon #810C06

RGB

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

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

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

R = 87.76%
G = 8.16%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#810C06 (or 0x810C06) is known color: Maroon. HEX triplet: 81, 0C and 06. RGB value is (129,12,6). Sum of RGB (Red+Green+Blue) = 129+12+6=147 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.76% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 129 - color contains mainly: red. Hex color #810C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810C06 is #7EF3F9. Grayscale: #2E2E2E. Windows color (decimal): -8319994 or 396417. OLE color: 396417.

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

Color convert

RGB 129 12 6 -
CMYK 0 0.91 0.95 0.49
HSL 2.93º 0.91% 0.26% -
HSV(B) 2.93º 0.95% 0.51% -
XYZ 9.22 4.94 0.64 -
YUV 46.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 129 12 6 0 0.91 0.95 0.49 2.93 0.91 0.26
Hex 81 C 6 0 5B 5F 31 3 5B 1A
Octal 201 14 6 0 133 137 61 3 133 32
Binary 10000001 1100 110 0 1011011 1011111 110001 11 1011011 11010

Color Harmonies of #810C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810C06

Black with #810C06

Text Example


Text Example

White with #810C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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