#881900

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

Shades of Dark Red #881900

Tints of Dark Red #881900

Color information

#881900 (or 0x881900) is unknown color: approx Dark Red. HEX triplet: 88, 19 and 00. RGB value is (136,25,0). Sum of RGB (Red+Green+Blue) = 136+25+0=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #881900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881900 is #77E6FF. Grayscale: #373737. Windows color (decimal): -7857920 or 6536. OLE color: 6536.

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

Color convert

RGB136250-
CMYK00.8210.47
HSL11.03º100%26.67%-
HSV(B)11.03º100%53.33%-
XYZ10.55.930.59-
YUV55.3496.77185.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 84.47%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.47%
G=15.53%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13625000.8210.4711.0310026.67
Hex88190052642Fb641b
Octal2103100122144571314433
Binary100010001100100101001011001001011111011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881900; }

 p { color: rgb(136,25,0); }

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

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

 a { background-color: rgb(136,25,0); }

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

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

 span { border-color: rgb(136,25,0); }

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