Shades of Dark Red #890B0B
Tints of Dark Red #890B0B
RGB
CMYK
RGB Variations
Color information
#890B0B (or 0x890B0B) is known color: Dark Red. HEX triplet: 89, 0B and 0B. RGB value is (137,11,11). Sum of RGB (Red+Green+Blue) = 137+11+11=159 (21% of max value = 765). Red value is 137 (53.91% from 255 or 86.16% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 137 - color contains mainly: red. Hex color #890B0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890B0B is #76F4F4. Grayscale: #303030. Windows color (decimal): -7795957 or 723849. OLE color: 723849.
HSL color Cylindrical-coordinate representation of color #890B0B: hue angle of 0º 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 #890B0B is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 11 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.46 |
| HSL | 0º | 0.85% | 0.29% | - |
| HSV(B) | 0º | 0.92% | 0.54% | - |
| XYZ | 10.5 | 5.58 | 0.84 | - |
| YUV | 48.67 | 106.74 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 11 | 0 | 0.92 | 0.92 | 0.46 | 0 | 0.85 | 0.29 |
| Hex | 89 | B | B | 0 | 5C | 5C | 2E | 0 | 55 | 1D |
| Octal | 211 | 13 | 13 | 0 | 134 | 134 | 56 | 0 | 125 | 35 |
| Binary | 10001001 | 1011 | 1011 | 0 | 1011100 | 1011100 | 101110 | 0 | 1010101 | 11101 |
Color Harmonies of #890B0B
Complementary color
Monochromatic Colors of #890B0B
Black with #890B0B
Text Example
Text Example
White with #890B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B0B; }
p { color: rgb(137,11,11); }
H1.HeaderClassName
{
color: #890B0B;
}
.AnyTagClassName
{
color: #890B0B;
}
</style>
background-color css
<style>
a { background-color: #890B0B; }
a { background-color: rgb(137,11,11); }
div.DivClassName
{
background-color: #890B0B;
}
.BgClassName
{
background-color: #890B0B;
}
</style>
border-color css
<style>
span { border-color: #890B0B; }
span { border-color: rgb(137,11,11); }
td.TdClassName
{
border-color: #890B0B;
}
.TagClassName
{
border-color: #890B0B;
}
</style>