#810C02

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

Shades of Maroon #810C02

Tints of Maroon #810C02

Color information

#810C02 (or 0x810C02) is unknown color: approx Maroon. HEX triplet: 81, 0C and 02. RGB value is (129,12,2). Sum of RGB (Red+Green+Blue) = 129+12+2=143 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.21% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 129 - color contains mainly: red. Hex color #810C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810C02 is #7EF3FD. Grayscale: #2D2D2D. Windows color (decimal): -8319998 or 134273. OLE color: 134273.

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

Color convert

RGB129122-
CMYK00.910.980.49
HSL4.72º96.95%25.69%-
HSV(B)4.72º98.45%50.59%-
XYZ9.24.930.53-
YUV45.84103.26187.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 90.21%
GREEN value IS 12 (5.08% from 255) = 8.39%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=90.21%
G=8.39%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912200.910.980.494.7296.9525.69
Hex81C205B62315611a
Octal201142013314261514132
Binary10000001110010010110111100010110001101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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