Shades of Carmine #990621
Tints of Carmine #990621
RGB
CMYK
RGB Variations
Color information
#990621 (or 0x990621) is known color: Carmine. HEX triplet: 99, 06 and 21. RGB value is (153,6,33). Sum of RGB (Red+Green+Blue) = 153+6+33=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #990621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990621 is #66F9DE. Grayscale: #353535. Windows color (decimal): -6748639 or 2164377. OLE color: 2164377.
HSL color Cylindrical-coordinate representation of color #990621: hue angle of 348.98º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990621 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 33 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.4 |
| HSL | 348.98º | 0.92% | 0.31% | - |
| HSV(B) | 348.98º | 0.96% | 0.6% | - |
| XYZ | 13.48 | 7.01 | 2.08 | - |
| YUV | 53.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 33 | 0 | 0.96 | 0.78 | 0.4 | 348.98 | 0.92 | 0.31 |
| Hex | 99 | 6 | 21 | 0 | 60 | 4E | 28 | 15D | 5C | 1F |
| Octal | 231 | 6 | 41 | 0 | 140 | 116 | 50 | 535 | 134 | 37 |
| Binary | 10011001 | 110 | 100001 | 0 | 1100000 | 1001110 | 101000 | 101011101 | 1011100 | 11111 |
Color Harmonies of #990621
Complementary color
Monochromatic Colors of #990621
Black with #990621
Text Example
Text Example
White with #990621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990621; }
p { color: rgb(153,6,33); }
H1.HeaderClassName
{
color: #990621;
}
.AnyTagClassName
{
color: #990621;
}
</style>
background-color css
<style>
a { background-color: #990621; }
a { background-color: rgb(153,6,33); }
div.DivClassName
{
background-color: #990621;
}
.BgClassName
{
background-color: #990621;
}
</style>
border-color css
<style>
span { border-color: #990621; }
span { border-color: rgb(153,6,33); }
td.TdClassName
{
border-color: #990621;
}
.TagClassName
{
border-color: #990621;
}
</style>