Shades of Dark Red #890900
Tints of Dark Red #890900
RGB
CMYK
RGB Variations
Color information
#890900 (or 0x890900) is known color: Dark Red. HEX triplet: 89, 09 and 00. RGB value is (137,9,0). Sum of RGB (Red+Green+Blue) = 137+9+0=146 (19% of max value = 765). Red value is 137 (53.91% from 255 or 93.84% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 137 - color contains mainly: red. Hex color #890900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890900 is #76F6FF. Grayscale: #2E2E2E. Windows color (decimal): -7796480 or 2441. OLE color: 2441.
HSL color Cylindrical-coordinate representation of color #890900: hue angle of 3.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890900 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.46 |
| HSL | 3.94º | 1% | 0.27% | - |
| HSV(B) | 3.94º | 1% | 0.54% | - |
| XYZ | 10.41 | 5.51 | 0.52 | - |
| YUV | 46.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 0 | 0 | 0.93 | 1 | 0.46 | 3.94 | 1 | 0.27 |
| Hex | 89 | 9 | 0 | 0 | 5D | 64 | 2E | 4 | 64 | 1B |
| Octal | 211 | 11 | 0 | 0 | 135 | 144 | 56 | 4 | 144 | 33 |
| Binary | 10001001 | 1001 | 0 | 0 | 1011101 | 1100100 | 101110 | 100 | 1100100 | 11011 |
Color Harmonies of #890900
Complementary color
Monochromatic Colors of #890900
Black with #890900
Text Example
Text Example
White with #890900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890900; }
p { color: rgb(137,9,0); }
H1.HeaderClassName
{
color: #890900;
}
.AnyTagClassName
{
color: #890900;
}
</style>
background-color css
<style>
a { background-color: #890900; }
a { background-color: rgb(137,9,0); }
div.DivClassName
{
background-color: #890900;
}
.BgClassName
{
background-color: #890900;
}
</style>
border-color css
<style>
span { border-color: #890900; }
span { border-color: rgb(137,9,0); }
td.TdClassName
{
border-color: #890900;
}
.TagClassName
{
border-color: #890900;
}
</style>