#880A08

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

Shades of Dark Red #880A08

Tints of Dark Red #880A08

Color information

#880A08 (or 0x880A08) is unknown color: approx Dark Red. HEX triplet: 88, 0A and 08. RGB value is (136,10,8). Sum of RGB (Red+Green+Blue) = 136+10+8=154 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.31% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 136 - color contains mainly: red. Hex color #880A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880A08 is #77F5F7. Grayscale: #2F2F2F. Windows color (decimal): -7861752 or 526984. OLE color: 526984.

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

Color convert

RGB136108-
CMYK00.930.940.47
HSL0.94º88.89%28.24%-
HSV(B)0.94º94.12%53.33%-
XYZ10.315.470.74-
YUV47.45105.74191.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 88.31%
GREEN value IS 10 (4.30% from 255) = 6.49%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=88.31%
G=6.49%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610800.930.940.470.9488.8928.24
Hex88A805D5E2F1591c
Octal2101210013513657113134
Binary10001000101010000101110110111101011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,10,8); }

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

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

 a { background-color: rgb(136,10,8); }

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

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

 span { border-color: rgb(136,10,8); }

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