Shades of Dark Red #890C04
Tints of Dark Red #890C04
RGB
CMYK
RGB Variations
Color information
#890C04 (or 0x890C04) is known color: Dark Red. HEX triplet: 89, 0C and 04. RGB value is (137,12,4). Sum of RGB (Red+Green+Blue) = 137+12+4=153 (20% of max value = 765). Red value is 137 (53.91% from 255 or 89.54% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 137 - color contains mainly: red. Hex color #890C04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890C04 is #76F3FB. Grayscale: #303030. Windows color (decimal): -7795708 or 265353. OLE color: 265353.
HSL color Cylindrical-coordinate representation of color #890C04: hue angle of 3.61º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890C04 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 4 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.46 |
| HSL | 3.61º | 0.94% | 0.28% | - |
| HSV(B) | 3.61º | 0.97% | 0.54% | - |
| XYZ | 10.47 | 5.59 | 0.64 | - |
| YUV | 48.46 | 102.91 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 4 | 0 | 0.91 | 0.97 | 0.46 | 3.61 | 0.94 | 0.28 |
| Hex | 89 | C | 4 | 0 | 5B | 61 | 2E | 4 | 5E | 1C |
| Octal | 211 | 14 | 4 | 0 | 133 | 141 | 56 | 4 | 136 | 34 |
| Binary | 10001001 | 1100 | 100 | 0 | 1011011 | 1100001 | 101110 | 100 | 1011110 | 11100 |
Color Harmonies of #890C04
Complementary color
Monochromatic Colors of #890C04
Black with #890C04
Text Example
Text Example
White with #890C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C04; }
p { color: rgb(137,12,4); }
H1.HeaderClassName
{
color: #890C04;
}
.AnyTagClassName
{
color: #890C04;
}
</style>
background-color css
<style>
a { background-color: #890C04; }
a { background-color: rgb(137,12,4); }
div.DivClassName
{
background-color: #890C04;
}
.BgClassName
{
background-color: #890C04;
}
</style>
border-color css
<style>
span { border-color: #890C04; }
span { border-color: rgb(137,12,4); }
td.TdClassName
{
border-color: #890C04;
}
.TagClassName
{
border-color: #890C04;
}
</style>