#880B06

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

Shades of Dark Red #880B06

Tints of Dark Red #880B06

Color information

#880B06 (or 0x880B06) is unknown color: approx Dark Red. HEX triplet: 88, 0B and 06. RGB value is (136,11,6). Sum of RGB (Red+Green+Blue) = 136+11+6=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #880B06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880B06 is #77F4F9. Grayscale: #2F2F2F. Windows color (decimal): -7861498 or 396168. OLE color: 396168.

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

Color convert

RGB136116-
CMYK00.920.960.47
HSL2.31º91.55%27.84%-
HSV(B)2.31º95.59%53.33%-
XYZ10.315.490.69-
YUV47.8104.41190.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 88.89%
GREEN value IS 11 (4.69% from 255) = 7.19%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=88.89%
G=7.19%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611600.920.960.472.3191.5527.84
Hex88B605C602F25c1c
Octal210136013414057213434
Binary10001000101111001011100110000010111110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,11,6); }

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

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

 a { background-color: rgb(136,11,6); }

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

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

 span { border-color: rgb(136,11,6); }

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