#801007

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

Shades of Maroon #801007

Tints of Maroon #801007

Color information

#801007 (or 0x801007) is unknown color: approx Maroon. HEX triplet: 80, 10 and 07. RGB value is (128,16,7). Sum of RGB (Red+Green+Blue) = 128+16+7=151 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.77% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 128 - color contains mainly: red. Hex color #801007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801007 is #7FEFF8. Grayscale: #303030. Windows color (decimal): -8384505 or 462976. OLE color: 462976.

HSL color Cylindrical-coordinate representation of color #801007: hue angle of 4.46º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #801007 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB128167-
CMYK00.880.950.50
HSL4.46º89.63%26.47%-
HSV(B)4.46º94.53%50.2%-
XYZ9.134.980.68-
YUV48.46104.61184.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 84.77%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 7 (3.12% from 255) = 4.64%
R=84.77%
G=10.60%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12816700.880.950.504.4689.6326.47
Hex801070585F3245a1a
Octal200207013013762413232
Binary1000000010000111010110001011111110010100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801007; }

 p { color: rgb(128,16,7); }

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

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

 a { background-color: rgb(128,16,7); }

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

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

 span { border-color: rgb(128,16,7); }

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