#880B05

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

Shades of Dark Red #880B05

Tints of Dark Red #880B05

Color information

#880B05 (or 0x880B05) is unknown color: approx Dark Red. HEX triplet: 88, 0B and 05. RGB value is (136,11,5). Sum of RGB (Red+Green+Blue) = 136+11+5=152 (20% of max value = 765). Red value is 136 (53.52% from 255 or 89.47% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 136 - color contains mainly: red. Hex color #880B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880B05 is #77F4FA. Grayscale: #2F2F2F. Windows color (decimal): -7861499 or 330632. OLE color: 330632.

HSL color Cylindrical-coordinate representation of color #880B05: hue angle of 2.75º degrees, saturation: 0.93, 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 #880B05 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB136115-
CMYK00.920.960.47
HSL2.75º92.91%27.65%-
HSV(B)2.75º96.32%53.33%-
XYZ10.35.480.66-
YUV47.69103.91190.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 89.47%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=89.47%
G=7.24%
B=3.29%

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
Decimal13611500.920.960.472.7592.9127.65
Hex88B505C602F35d1c
Octal210135013414057313534
Binary10001000101110101011100110000010111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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