#880F02

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

Shades of Dark Red #880F02

Tints of Dark Red #880F02

Color information

#880F02 (or 0x880F02) is unknown color: approx Dark Red. HEX triplet: 88, 0F and 02. RGB value is (136,15,2). Sum of RGB (Red+Green+Blue) = 136+15+2=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #880F02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880F02 is #77F0FD. Grayscale: #313131. Windows color (decimal): -7860478 or 135048. OLE color: 135048.

HSL color Cylindrical-coordinate representation of color #880F02: hue angle of 5.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880F02 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB136152-
CMYK00.890.990.47
HSL5.82º97.1%27.06%-
HSV(B)5.82º98.53%53.33%-
XYZ10.345.580.59-
YUV49.7101.09189.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 88.89%
GREEN value IS 15 (6.25% from 255) = 9.80%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=88.89%
G=9.80%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13615200.890.990.475.8297.127.06
Hex88F2059632F6611b
Octal210172013114357614133
Binary10001000111110010110011100011101111110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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