Shades of Carmine #890517
Tints of Carmine #890517
RGB
CMYK
RGB Variations
Color information
#890517 (or 0x890517) is known color: Carmine. HEX triplet: 89, 05 and 17. RGB value is (137,5,23). Sum of RGB (Red+Green+Blue) = 137+5+23=165 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.03% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 137 - color contains mainly: red. Hex color #890517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890517 is #76FAE8. Grayscale: #2E2E2E. Windows color (decimal): -7797481 or 1508745. OLE color: 1508745.
HSL color Cylindrical-coordinate representation of color #890517: hue angle of 351.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890517 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 23 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.46 |
| HSL | 351.82º | 0.93% | 0.28% | - |
| HSV(B) | 351.82º | 0.96% | 0.54% | - |
| XYZ | 10.53 | 5.49 | 1.32 | - |
| YUV | 46.52 | 114.73 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 23 | 0 | 0.96 | 0.83 | 0.46 | 351.82 | 0.93 | 0.28 |
| Hex | 89 | 5 | 17 | 0 | 60 | 53 | 2E | 160 | 5D | 1C |
| Octal | 211 | 5 | 27 | 0 | 140 | 123 | 56 | 540 | 135 | 34 |
| Binary | 10001001 | 101 | 10111 | 0 | 1100000 | 1010011 | 101110 | 101100000 | 1011101 | 11100 |
Color Harmonies of #890517
Complementary color
Monochromatic Colors of #890517
Black with #890517
Text Example
Text Example
White with #890517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890517; }
p { color: rgb(137,5,23); }
H1.HeaderClassName
{
color: #890517;
}
.AnyTagClassName
{
color: #890517;
}
</style>
background-color css
<style>
a { background-color: #890517; }
a { background-color: rgb(137,5,23); }
div.DivClassName
{
background-color: #890517;
}
.BgClassName
{
background-color: #890517;
}
</style>
border-color css
<style>
span { border-color: #890517; }
span { border-color: rgb(137,5,23); }
td.TdClassName
{
border-color: #890517;
}
.TagClassName
{
border-color: #890517;
}
</style>