#810700

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

Shades of Maroon #810700

Tints of Maroon #810700

Color information

#810700 (or 0x810700) is unknown color: approx Maroon. HEX triplet: 81, 07 and 00. RGB value is (129,7,0). Sum of RGB (Red+Green+Blue) = 129+7+0=136 (18% of max value = 765). Red value is 129 (50.78% from 255 or 94.85% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 129 - color contains mainly: red. Hex color #810700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810700 is #7EF8FF. Grayscale: #2A2A2A. Windows color (decimal): -8321280 or 1921. OLE color: 1921.

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

Color convert

RGB12970-
CMYK00.9510.49
HSL3.26º100%25.29%-
HSV(B)3.26º100%50.59%-
XYZ9.134.820.45-
YUV42.68103.92189.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 94.85%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.85%
G=5.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297000.9510.493.2610025.29
Hex817005F643136419
Octal20170013714461314431
Binary10000001111001011111110010011000111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810700; }

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

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

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

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

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

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

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

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