#800F09

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

Shades of Maroon #800F09

Tints of Maroon #800F09

Color information

#800F09 (or 0x800F09) is unknown color: approx Maroon. HEX triplet: 80, 0F and 09. RGB value is (128,15,9). Sum of RGB (Red+Green+Blue) = 128+15+9=152 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.21% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 128 - color contains mainly: red. Hex color #800F09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800F09 is #7FF0F6. Grayscale: #303030. Windows color (decimal): -8384759 or 593792. OLE color: 593792.

HSL color Cylindrical-coordinate representation of color #800F09: hue angle of 3.03º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800F09 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB128159-
CMYK00.880.930.50
HSL3.03º86.86%26.86%-
HSV(B)3.03º92.97%50.2%-
XYZ9.124.950.73-
YUV48.1105.94184.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 84.21%
GREEN value IS 15 (6.25% from 255) = 9.87%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=84.21%
G=9.87%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12815900.880.930.503.0386.8626.86
Hex80F90585D323571b
Octal2001711013013562312733
Binary100000001111100101011000101110111001011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800F09; }

 p { color: rgb(128,15,9); }

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

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

 a { background-color: rgb(128,15,9); }

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

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

 span { border-color: rgb(128,15,9); }

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