#810A00

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

Shades of Maroon #810A00

Tints of Maroon #810A00

Color information

#810A00 (or 0x810A00) is unknown color: approx Maroon. HEX triplet: 81, 0A and 00. RGB value is (129,10,0). Sum of RGB (Red+Green+Blue) = 129+10+0=139 (18% of max value = 765). Red value is 129 (50.78% from 255 or 92.81% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 129 - color contains mainly: red. Hex color #810A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810A00 is #7EF5FF. Grayscale: #2C2C2C. Windows color (decimal): -8320512 or 2689. OLE color: 2689.

HSL color Cylindrical-coordinate representation of color #810A00: hue angle of 4.65º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810A00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB129100-
CMYK00.9210.49
HSL4.65º100%25.29%-
HSV(B)4.65º100%50.59%-
XYZ9.164.880.46-
YUV44.44102.92188.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 92.81%
GREEN value IS 10 (4.30% from 255) = 7.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.81%
G=7.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910000.9210.494.6510025.29
Hex81A005C643156419
Octal201120013414461514431
Binary1000000110100010111001100100110001101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,10,0); }

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

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

 a { background-color: rgb(129,10,0); }

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

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

 span { border-color: rgb(129,10,0); }

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