Shades of Dark Red #890D09
Tints of Dark Red #890D09
RGB
CMYK
RGB Variations
Color information
#890D09 (or 0x890D09) is known color: Dark Red. HEX triplet: 89, 0D and 09. RGB value is (137,13,9). Sum of RGB (Red+Green+Blue) = 137+13+9=159 (21% of max value = 765). Red value is 137 (53.91% from 255 or 86.16% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 137 - color contains mainly: red. Hex color #890D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890D09 is #76F2F6. Grayscale: #313131. Windows color (decimal): -7795447 or 593289. OLE color: 593289.
HSL color Cylindrical-coordinate representation of color #890D09: hue angle of 1.88º 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 #890D09 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 9 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.46 |
| HSL | 1.88º | 0.88% | 0.29% | - |
| HSV(B) | 1.88º | 0.93% | 0.54% | - |
| XYZ | 10.51 | 5.63 | 0.79 | - |
| YUV | 49.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 9 | 0 | 0.91 | 0.93 | 0.46 | 1.88 | 0.88 | 0.29 |
| Hex | 89 | D | 9 | 0 | 5B | 5D | 2E | 2 | 58 | 1D |
| Octal | 211 | 15 | 11 | 0 | 133 | 135 | 56 | 2 | 130 | 35 |
| Binary | 10001001 | 1101 | 1001 | 0 | 1011011 | 1011101 | 101110 | 10 | 1011000 | 11101 |
Color Harmonies of #890D09
Complementary color
Monochromatic Colors of #890D09
Black with #890D09
Text Example
Text Example
White with #890D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D09; }
p { color: rgb(137,13,9); }
H1.HeaderClassName
{
color: #890D09;
}
.AnyTagClassName
{
color: #890D09;
}
</style>
background-color css
<style>
a { background-color: #890D09; }
a { background-color: rgb(137,13,9); }
div.DivClassName
{
background-color: #890D09;
}
.BgClassName
{
background-color: #890D09;
}
</style>
border-color css
<style>
span { border-color: #890D09; }
span { border-color: rgb(137,13,9); }
td.TdClassName
{
border-color: #890D09;
}
.TagClassName
{
border-color: #890D09;
}
</style>