Shades of Dark Red #890D05
Tints of Dark Red #890D05
RGB
CMYK
RGB Variations
Color information
#890D05 (or 0x890D05) is known color: Dark Red. HEX triplet: 89, 0D and 05. RGB value is (137,13,5). Sum of RGB (Red+Green+Blue) = 137+13+5=155 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.39% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 137 - color contains mainly: red. Hex color #890D05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890D05 is #76F2FA. Grayscale: #313131. Windows color (decimal): -7795451 or 331145. OLE color: 331145.
HSL color Cylindrical-coordinate representation of color #890D05: hue angle of 3.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890D05 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 5 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.46 |
| HSL | 3.64º | 0.93% | 0.28% | - |
| HSV(B) | 3.64º | 0.96% | 0.54% | - |
| XYZ | 10.49 | 5.62 | 0.68 | - |
| YUV | 49.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 5 | 0 | 0.91 | 0.96 | 0.46 | 3.64 | 0.93 | 0.28 |
| Hex | 89 | D | 5 | 0 | 5B | 60 | 2E | 4 | 5D | 1C |
| Octal | 211 | 15 | 5 | 0 | 133 | 140 | 56 | 4 | 135 | 34 |
| Binary | 10001001 | 1101 | 101 | 0 | 1011011 | 1100000 | 101110 | 100 | 1011101 | 11100 |
Color Harmonies of #890D05
Complementary color
Monochromatic Colors of #890D05
Black with #890D05
Text Example
Text Example
White with #890D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D05; }
p { color: rgb(137,13,5); }
H1.HeaderClassName
{
color: #890D05;
}
.AnyTagClassName
{
color: #890D05;
}
</style>
background-color css
<style>
a { background-color: #890D05; }
a { background-color: rgb(137,13,5); }
div.DivClassName
{
background-color: #890D05;
}
.BgClassName
{
background-color: #890D05;
}
</style>
border-color css
<style>
span { border-color: #890D05; }
span { border-color: rgb(137,13,5); }
td.TdClassName
{
border-color: #890D05;
}
.TagClassName
{
border-color: #890D05;
}
</style>