Shades of Carmine #890619
Tints of Carmine #890619
RGB
CMYK
RGB Variations
Color information
#890619 (or 0x890619) is known color: Carmine. HEX triplet: 89, 06 and 19. RGB value is (137,6,25). Sum of RGB (Red+Green+Blue) = 137+6+25=168 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.55% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 137 - color contains mainly: red. Hex color #890619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890619 is #76F9E6. Grayscale: #2F2F2F. Windows color (decimal): -7797223 or 1640073. OLE color: 1640073.
HSL color Cylindrical-coordinate representation of color #890619: hue angle of 351.3º degrees, saturation: 0.92, 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 #890619 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 25 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.46 |
| HSL | 351.3º | 0.92% | 0.28% | - |
| HSV(B) | 351.3º | 0.96% | 0.54% | - |
| XYZ | 10.56 | 5.52 | 1.43 | - |
| YUV | 47.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 25 | 0 | 0.96 | 0.82 | 0.46 | 351.3 | 0.92 | 0.28 |
| Hex | 89 | 6 | 19 | 0 | 60 | 52 | 2E | 15F | 5C | 1C |
| Octal | 211 | 6 | 31 | 0 | 140 | 122 | 56 | 537 | 134 | 34 |
| Binary | 10001001 | 110 | 11001 | 0 | 1100000 | 1010010 | 101110 | 101011111 | 1011100 | 11100 |
Color Harmonies of #890619
Complementary color
Monochromatic Colors of #890619
Black with #890619
Text Example
Text Example
White with #890619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890619; }
p { color: rgb(137,6,25); }
H1.HeaderClassName
{
color: #890619;
}
.AnyTagClassName
{
color: #890619;
}
</style>
background-color css
<style>
a { background-color: #890619; }
a { background-color: rgb(137,6,25); }
div.DivClassName
{
background-color: #890619;
}
.BgClassName
{
background-color: #890619;
}
</style>
border-color css
<style>
span { border-color: #890619; }
span { border-color: rgb(137,6,25); }
td.TdClassName
{
border-color: #890619;
}
.TagClassName
{
border-color: #890619;
}
</style>