Shades of Carmine #990921
Tints of Carmine #990921
RGB
CMYK
RGB Variations
Color information
#990921 (or 0x990921) is known color: Carmine. HEX triplet: 99, 09 and 21. RGB value is (153,9,33). Sum of RGB (Red+Green+Blue) = 153+9+33=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #990921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990921 is #66F6DE. Grayscale: #363636. Windows color (decimal): -6747871 or 2165145. OLE color: 2165145.
HSL color Cylindrical-coordinate representation of color #990921: hue angle of 350º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990921 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 33 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.4 |
| HSL | 350º | 0.89% | 0.32% | - |
| HSV(B) | 350º | 0.94% | 0.6% | - |
| XYZ | 13.51 | 7.08 | 2.09 | - |
| YUV | 54.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 33 | 0 | 0.94 | 0.78 | 0.4 | 350 | 0.89 | 0.32 |
| Hex | 99 | 9 | 21 | 0 | 5E | 4E | 28 | 15E | 59 | 20 |
| Octal | 231 | 11 | 41 | 0 | 136 | 116 | 50 | 536 | 131 | 40 |
| Binary | 10011001 | 1001 | 100001 | 0 | 1011110 | 1001110 | 101000 | 101011110 | 1011001 | 100000 |
Color Harmonies of #990921
Complementary color
Monochromatic Colors of #990921
Black with #990921
Text Example
Text Example
White with #990921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990921; }
p { color: rgb(153,9,33); }
H1.HeaderClassName
{
color: #990921;
}
.AnyTagClassName
{
color: #990921;
}
</style>
background-color css
<style>
a { background-color: #990921; }
a { background-color: rgb(153,9,33); }
div.DivClassName
{
background-color: #990921;
}
.BgClassName
{
background-color: #990921;
}
</style>
border-color css
<style>
span { border-color: #990921; }
span { border-color: rgb(153,9,33); }
td.TdClassName
{
border-color: #990921;
}
.TagClassName
{
border-color: #990921;
}
</style>