Shades of Carmine #890518
Tints of Carmine #890518
RGB
CMYK
RGB Variations
Color information
#890518 (or 0x890518) is known color: Carmine. HEX triplet: 89, 05 and 18. RGB value is (137,5,24). Sum of RGB (Red+Green+Blue) = 137+5+24=166 (21% of max value = 765). Red value is 137 (53.91% from 255 or 82.53% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 137 - color contains mainly: red. Hex color #890518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890518 is #76FAE7. Grayscale: #2E2E2E. Windows color (decimal): -7797480 or 1574281. OLE color: 1574281.
HSL color Cylindrical-coordinate representation of color #890518: hue angle of 351.36º 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 #890518 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 24 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.46 |
| HSL | 351.36º | 0.93% | 0.28% | - |
| HSV(B) | 351.36º | 0.96% | 0.54% | - |
| XYZ | 10.54 | 5.49 | 1.37 | - |
| YUV | 46.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 24 | 0 | 0.96 | 0.82 | 0.46 | 351.36 | 0.93 | 0.28 |
| Hex | 89 | 5 | 18 | 0 | 60 | 52 | 2E | 15F | 5D | 1C |
| Octal | 211 | 5 | 30 | 0 | 140 | 122 | 56 | 537 | 135 | 34 |
| Binary | 10001001 | 101 | 11000 | 0 | 1100000 | 1010010 | 101110 | 101011111 | 1011101 | 11100 |
Color Harmonies of #890518
Complementary color
Monochromatic Colors of #890518
Black with #890518
Text Example
Text Example
White with #890518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890518; }
p { color: rgb(137,5,24); }
H1.HeaderClassName
{
color: #890518;
}
.AnyTagClassName
{
color: #890518;
}
</style>
background-color css
<style>
a { background-color: #890518; }
a { background-color: rgb(137,5,24); }
div.DivClassName
{
background-color: #890518;
}
.BgClassName
{
background-color: #890518;
}
</style>
border-color css
<style>
span { border-color: #890518; }
span { border-color: rgb(137,5,24); }
td.TdClassName
{
border-color: #890518;
}
.TagClassName
{
border-color: #890518;
}
</style>