#801004

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

Shades of Maroon #801004

Tints of Maroon #801004

Color information

#801004 (or 0x801004) is unknown color: approx Maroon. HEX triplet: 80, 10 and 04. RGB value is (128,16,4). Sum of RGB (Red+Green+Blue) = 128+16+4=148 (19% of max value = 765). Red value is 128 (50.39% from 255 or 86.49% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 128 - color contains mainly: red. Hex color #801004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801004 is #7FEFFB. Grayscale: #303030. Windows color (decimal): -8384508 or 266368. OLE color: 266368.

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

Color convert

RGB128164-
CMYK00.880.970.50
HSL5.81º93.94%25.88%-
HSV(B)5.81º96.88%50.2%-
XYZ9.114.970.59-
YUV48.12103.11184.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 86.49%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 4 (1.95% from 255) = 2.70%
R=86.49%
G=10.81%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12816400.880.970.505.8193.9425.88
Hex80104058613265e1a
Octal200204013014162613632
Binary1000000010000100010110001100001110010110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801004; }

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

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

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

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

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

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

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

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