#890B02

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

Shades of Dark Red #890B02

Tints of Dark Red #890B02

Color information

#890B02 (or 0x890B02) is unknown color: approx Dark Red. HEX triplet: 89, 0B and 02. RGB value is (137,11,2). Sum of RGB (Red+Green+Blue) = 137+11+2=150 (19% of max value = 765). Red value is 137 (53.91% from 255 or 91.33% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 137 - color contains mainly: red. Hex color #890B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890B02 is #76F4FD. Grayscale: #2F2F2F. Windows color (decimal): -7795966 or 134025. OLE color: 134025.

HSL color Cylindrical-coordinate representation of color #890B02: hue angle of 4º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890B02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB137112-
CMYK00.920.990.46
HSL97.12%27.25%-
HSV(B)98.54%53.73%-
XYZ10.455.560.58-
YUV47.65102.24191.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 91.33%
GREEN value IS 11 (4.69% from 255) = 7.33%
BLUE value IS 2 (1.17% from 255) = 1.33%
R=91.33%
G=7.33%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711200.920.990.46497.1227.25
Hex89B205C632E4611b
Octal211132013414356414133
Binary10001001101110010111001100011101110100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,11,2); }

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

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

 a { background-color: rgb(137,11,2); }

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

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

 span { border-color: rgb(137,11,2); }

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