#801003

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

Shades of Maroon #801003

Tints of Maroon #801003

Color information

#801003 (or 0x801003) is unknown color: approx Maroon. HEX triplet: 80, 10 and 03. RGB value is (128,16,3). Sum of RGB (Red+Green+Blue) = 128+16+3=147 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.07% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 128 - color contains mainly: red. Hex color #801003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801003 is #7FEFFC. Grayscale: #303030. Windows color (decimal): -8384509 or 200832. OLE color: 200832.

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

Color convert

RGB128163-
CMYK00.880.980.50
HSL6.24º95.42%25.69%-
HSV(B)6.24º97.66%50.2%-
XYZ9.14.970.56-
YUV48.01102.61185.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 87.07%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 3 (1.56% from 255) = 2.04%
R=87.07%
G=10.88%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12816300.880.980.506.2495.4225.69
Hex80103058623265f1a
Octal200203013014262613732
Binary100000001000011010110001100010110010110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801003; }

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

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

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

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

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

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

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

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