#810C07

Color #810C07 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #810C07

Tints of Maroon #810C07

Color information

#810C07 (or 0x810C07) is unknown color: approx Maroon. HEX triplet: 81, 0C and 07. RGB value is (129,12,7). Sum of RGB (Red+Green+Blue) = 129+12+7=148 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.16% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 129 - color contains mainly: red. Hex color #810C07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810C07 is #7EF3F8. Grayscale: #2E2E2E. Windows color (decimal): -8319993 or 461953. OLE color: 461953.

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

Color convert

RGB129127-
CMYK00.910.950.49
HSL2.46º89.71%26.67%-
HSV(B)2.46º94.57%50.59%-
XYZ9.224.950.67-
YUV46.41105.76186.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 87.16%
GREEN value IS 12 (5.08% from 255) = 8.11%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=87.16%
G=8.11%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912700.910.950.492.4689.7126.67
Hex81C705B5F3125a1b
Octal201147013313761213233
Binary10000001110011101011011101111111000110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #810C07;
 }
 .AnyTagClassName
 {
   color: #810C07;
 }
</style>
background-color css

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

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

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

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

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

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