#881801

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

Shades of Dark Red #881801

Tints of Dark Red #881801

Color information

#881801 (or 0x881801) is unknown color: approx Dark Red. HEX triplet: 88, 18 and 01. RGB value is (136,24,1). Sum of RGB (Red+Green+Blue) = 136+24+1=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #881801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881801 is #77E7FE. Grayscale: #373737. Windows color (decimal): -7858175 or 71816. OLE color: 71816.

HSL color Cylindrical-coordinate representation of color #881801: hue angle of 10.22º degrees, saturation: 0.99, 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 #881801 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB136241-
CMYK00.820.990.47
HSL10.22º98.54%26.86%-
HSV(B)10.22º99.26%53.33%-
XYZ10.495.890.61-
YUV54.8797.61185.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 84.47%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=84.47%
G=14.91%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13624100.820.990.4710.2298.5426.86
Hex88181052632Fa631b
Octal2103010122143571214333
Binary100010001100010101001011000111011111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881801; }

 p { color: rgb(136,24,1); }

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

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

 a { background-color: rgb(136,24,1); }

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

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

 span { border-color: rgb(136,24,1); }

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