#890F09

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

Shades of Dark Red #890F09

Tints of Dark Red #890F09

Color information

#890F09 (or 0x890F09) is unknown color: approx Dark Red. HEX triplet: 89, 0F and 09. RGB value is (137,15,9). Sum of RGB (Red+Green+Blue) = 137+15+9=161 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.09% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 137 - color contains mainly: red. Hex color #890F09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890F09 is #76F0F6. Grayscale: #323232. Windows color (decimal): -7794935 or 593801. OLE color: 593801.

HSL color Cylindrical-coordinate representation of color #890F09: hue angle of 2.81º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890F09 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB137159-
CMYK00.890.930.46
HSL2.81º87.67%28.63%-
HSV(B)2.81º93.43%53.73%-
XYZ10.545.680.8-
YUV50.79104.42189.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 85.09%
GREEN value IS 15 (6.25% from 255) = 9.32%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=85.09%
G=9.32%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13715900.890.930.462.8187.6728.63
Hex89F90595D2E3581d
Octal2111711013113556313035
Binary100010011111100101011001101110110111011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890F09; }

 p { color: rgb(137,15,9); }

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

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

 a { background-color: rgb(137,15,9); }

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

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

 span { border-color: rgb(137,15,9); }

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