Shades of Dark Red #890D0B
Tints of Dark Red #890D0B
RGB
CMYK
RGB Variations
Color information
#890D0B (or 0x890D0B) is known color: Dark Red. HEX triplet: 89, 0D and 0B. RGB value is (137,13,11). Sum of RGB (Red+Green+Blue) = 137+13+11=161 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.09% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 137 - color contains mainly: red. Hex color #890D0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890D0B is #76F2F4. Grayscale: #313131. Windows color (decimal): -7795445 or 724361. OLE color: 724361.
HSL color Cylindrical-coordinate representation of color #890D0B: hue angle of 0.95º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890D0B is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 11 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.46 |
| HSL | 0.95º | 0.85% | 0.29% | - |
| HSV(B) | 0.95º | 0.92% | 0.54% | - |
| XYZ | 10.52 | 5.63 | 0.85 | - |
| YUV | 49.85 | 106.08 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 11 | 0 | 0.91 | 0.92 | 0.46 | 0.95 | 0.85 | 0.29 |
| Hex | 89 | D | B | 0 | 5B | 5C | 2E | 1 | 55 | 1D |
| Octal | 211 | 15 | 13 | 0 | 133 | 134 | 56 | 1 | 125 | 35 |
| Binary | 10001001 | 1101 | 1011 | 0 | 1011011 | 1011100 | 101110 | 1 | 1010101 | 11101 |
Color Harmonies of #890D0B
Complementary color
Monochromatic Colors of #890D0B
Black with #890D0B
Text Example
Text Example
White with #890D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D0B; }
p { color: rgb(137,13,11); }
H1.HeaderClassName
{
color: #890D0B;
}
.AnyTagClassName
{
color: #890D0B;
}
</style>
background-color css
<style>
a { background-color: #890D0B; }
a { background-color: rgb(137,13,11); }
div.DivClassName
{
background-color: #890D0B;
}
.BgClassName
{
background-color: #890D0B;
}
</style>
border-color css
<style>
span { border-color: #890D0B; }
span { border-color: rgb(137,13,11); }
td.TdClassName
{
border-color: #890D0B;
}
.TagClassName
{
border-color: #890D0B;
}
</style>