Shades of Dark Red #890B07
Tints of Dark Red #890B07
RGB
CMYK
RGB Variations
Color information
#890B07 (or 0x890B07) is known color: Dark Red. HEX triplet: 89, 0B and 07. RGB value is (137,11,7). Sum of RGB (Red+Green+Blue) = 137+11+7=155 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.39% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 137 - color contains mainly: red. Hex color #890B07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890B07 is #76F4F8. Grayscale: #303030. Windows color (decimal): -7795961 or 461705. OLE color: 461705.
HSL color Cylindrical-coordinate representation of color #890B07: hue angle of 1.85º 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 #890B07 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 7 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.46 |
| HSL | 1.85º | 0.9% | 0.28% | - |
| HSV(B) | 1.85º | 0.95% | 0.54% | - |
| XYZ | 10.47 | 5.57 | 0.72 | - |
| YUV | 48.22 | 104.74 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 7 | 0 | 0.92 | 0.95 | 0.46 | 1.85 | 0.9 | 0.28 |
| Hex | 89 | B | 7 | 0 | 5C | 5F | 2E | 2 | 5A | 1C |
| Octal | 211 | 13 | 7 | 0 | 134 | 137 | 56 | 2 | 132 | 34 |
| Binary | 10001001 | 1011 | 111 | 0 | 1011100 | 1011111 | 101110 | 10 | 1011010 | 11100 |
Color Harmonies of #890B07
Complementary color
Monochromatic Colors of #890B07
Black with #890B07
Text Example
Text Example
White with #890B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B07; }
p { color: rgb(137,11,7); }
H1.HeaderClassName
{
color: #890B07;
}
.AnyTagClassName
{
color: #890B07;
}
</style>
background-color css
<style>
a { background-color: #890B07; }
a { background-color: rgb(137,11,7); }
div.DivClassName
{
background-color: #890B07;
}
.BgClassName
{
background-color: #890B07;
}
</style>
border-color css
<style>
span { border-color: #890B07; }
span { border-color: rgb(137,11,7); }
td.TdClassName
{
border-color: #890B07;
}
.TagClassName
{
border-color: #890B07;
}
</style>