Shades of Carmine #890E17
Tints of Carmine #890E17
RGB
CMYK
RGB Variations
Color information
#890E17 (or 0x890E17) is known color: Carmine. HEX triplet: 89, 0E and 17. RGB value is (137,14,23). Sum of RGB (Red+Green+Blue) = 137+14+23=174 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.74% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 137 - color contains mainly: red. Hex color #890E17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890E17 is #76F1E8. Grayscale: #333333. Windows color (decimal): -7795177 or 1511049. OLE color: 1511049.
HSL color Cylindrical-coordinate representation of color #890E17: hue angle of 355.61º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E17 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 23 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.46 |
| HSL | 355.61º | 0.81% | 0.3% | - |
| HSV(B) | 355.61º | 0.9% | 0.54% | - |
| XYZ | 10.63 | 5.69 | 1.35 | - |
| YUV | 51.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 23 | 0 | 0.90 | 0.83 | 0.46 | 355.61 | 0.81 | 0.3 |
| Hex | 89 | E | 17 | 0 | 5A | 53 | 2E | 164 | 51 | 1E |
| Octal | 211 | 16 | 27 | 0 | 132 | 123 | 56 | 544 | 121 | 36 |
| Binary | 10001001 | 1110 | 10111 | 0 | 1011010 | 1010011 | 101110 | 101100100 | 1010001 | 11110 |
Color Harmonies of #890E17
Complementary color
Monochromatic Colors of #890E17
Black with #890E17
Text Example
Text Example
White with #890E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E17; }
p { color: rgb(137,14,23); }
H1.HeaderClassName
{
color: #890E17;
}
.AnyTagClassName
{
color: #890E17;
}
</style>
background-color css
<style>
a { background-color: #890E17; }
a { background-color: rgb(137,14,23); }
div.DivClassName
{
background-color: #890E17;
}
.BgClassName
{
background-color: #890E17;
}
</style>
border-color css
<style>
span { border-color: #890E17; }
span { border-color: rgb(137,14,23); }
td.TdClassName
{
border-color: #890E17;
}
.TagClassName
{
border-color: #890E17;
}
</style>