#880901

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

Shades of Dark Red #880901

Tints of Dark Red #880901

Color information

#880901 (or 0x880901) is unknown color: approx Dark Red. HEX triplet: 88, 09 and 01. RGB value is (136,9,1). Sum of RGB (Red+Green+Blue) = 136+9+1=146 (19% of max value = 765). Red value is 136 (53.52% from 255 or 93.15% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 136 - color contains mainly: red. Hex color #880901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880901 is #77F6FE. Grayscale: #2E2E2E. Windows color (decimal): -7862015 or 67976. OLE color: 67976.

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

Color convert

RGB13691-
CMYK00.930.990.47
HSL3.56º98.54%26.86%-
HSV(B)3.56º99.26%53.33%-
XYZ10.265.430.54-
YUV46.06102.58192.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 93.15%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=93.15%
G=6.16%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369100.930.990.473.5698.5426.86
Hex889105D632F4631b
Octal210111013514357414333
Binary1000100010011010111011100011101111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880901; }

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

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

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

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

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

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

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

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