Shades of Dark Red #890705
Tints of Dark Red #890705
RGB
CMYK
RGB Variations
Color information
#890705 (or 0x890705) is known color: Dark Red. HEX triplet: 89, 07 and 05. RGB value is (137,7,5). Sum of RGB (Red+Green+Blue) = 137+7+5=149 (19% of max value = 765). Red value is 137 (53.91% from 255 or 91.95% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 137 - color contains mainly: red. Hex color #890705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890705 is #76F8FA. Grayscale: #2D2D2D. Windows color (decimal): -7796987 or 329609. OLE color: 329609.
HSL color Cylindrical-coordinate representation of color #890705: hue angle of 0.91º 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 #890705 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 5 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.46 |
| HSL | 0.91º | 0.93% | 0.28% | - |
| HSV(B) | 0.91º | 0.96% | 0.54% | - |
| XYZ | 10.42 | 5.48 | 0.65 | - |
| YUV | 45.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 5 | 0 | 0.95 | 0.96 | 0.46 | 0.91 | 0.93 | 0.28 |
| Hex | 89 | 7 | 5 | 0 | 5F | 60 | 2E | 1 | 5D | 1C |
| Octal | 211 | 7 | 5 | 0 | 137 | 140 | 56 | 1 | 135 | 34 |
| Binary | 10001001 | 111 | 101 | 0 | 1011111 | 1100000 | 101110 | 1 | 1011101 | 11100 |
Color Harmonies of #890705
Complementary color
Monochromatic Colors of #890705
Black with #890705
Text Example
Text Example
White with #890705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890705; }
p { color: rgb(137,7,5); }
H1.HeaderClassName
{
color: #890705;
}
.AnyTagClassName
{
color: #890705;
}
</style>
background-color css
<style>
a { background-color: #890705; }
a { background-color: rgb(137,7,5); }
div.DivClassName
{
background-color: #890705;
}
.BgClassName
{
background-color: #890705;
}
</style>
border-color css
<style>
span { border-color: #890705; }
span { border-color: rgb(137,7,5); }
td.TdClassName
{
border-color: #890705;
}
.TagClassName
{
border-color: #890705;
}
</style>