Shades of Dark Red #890C07
Tints of Dark Red #890C07
RGB
CMYK
RGB Variations
Color information
#890C07 (or 0x890C07) is known color: Dark Red. HEX triplet: 89, 0C and 07. RGB value is (137,12,7). Sum of RGB (Red+Green+Blue) = 137+12+7=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #890C07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890C07 is #76F3F8. Grayscale: #303030. Windows color (decimal): -7795705 or 461961. OLE color: 461961.
HSL color Cylindrical-coordinate representation of color #890C07: hue angle of 2.31º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890C07 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 7 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.46 |
| HSL | 2.31º | 0.9% | 0.28% | - |
| HSV(B) | 2.31º | 0.95% | 0.54% | - |
| XYZ | 10.49 | 5.6 | 0.73 | - |
| YUV | 48.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 7 | 0 | 0.91 | 0.95 | 0.46 | 2.31 | 0.9 | 0.28 |
| Hex | 89 | C | 7 | 0 | 5B | 5F | 2E | 2 | 5A | 1C |
| Octal | 211 | 14 | 7 | 0 | 133 | 137 | 56 | 2 | 132 | 34 |
| Binary | 10001001 | 1100 | 111 | 0 | 1011011 | 1011111 | 101110 | 10 | 1011010 | 11100 |
Color Harmonies of #890C07
Complementary color
Monochromatic Colors of #890C07
Black with #890C07
Text Example
Text Example
White with #890C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C07; }
p { color: rgb(137,12,7); }
H1.HeaderClassName
{
color: #890C07;
}
.AnyTagClassName
{
color: #890C07;
}
</style>
background-color css
<style>
a { background-color: #890C07; }
a { background-color: rgb(137,12,7); }
div.DivClassName
{
background-color: #890C07;
}
.BgClassName
{
background-color: #890C07;
}
</style>
border-color css
<style>
span { border-color: #890C07; }
span { border-color: rgb(137,12,7); }
td.TdClassName
{
border-color: #890C07;
}
.TagClassName
{
border-color: #890C07;
}
</style>