#800F02

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

Shades of Maroon #800F02

Tints of Maroon #800F02

Color information

#800F02 (or 0x800F02) is unknown color: approx Maroon. HEX triplet: 80, 0F and 02. RGB value is (128,15,2). Sum of RGB (Red+Green+Blue) = 128+15+2=145 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.28% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 128 - color contains mainly: red. Hex color #800F02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800F02 is #7FF0FD. Grayscale: #2F2F2F. Windows color (decimal): -8384766 or 135040. OLE color: 135040.

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

Color convert

RGB128152-
CMYK00.880.980.50
HSL6.19º96.92%25.49%-
HSV(B)6.19º98.44%50.2%-
XYZ9.084.940.53-
YUV47.3102.44185.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 88.28%
GREEN value IS 15 (6.25% from 255) = 10.34%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=88.28%
G=10.34%
B=1.38%

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
Decimal12815200.880.980.506.1996.9225.49
Hex80F2058623266119
Octal200172013014262614131
Binary10000000111110010110001100010110010110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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