Shades of Carmine #990935
Tints of Carmine #990935
RGB
CMYK
RGB Variations
Color information
#990935 (or 0x990935) is known color: Carmine. HEX triplet: 99, 09 and 35. RGB value is (153,9,53). Sum of RGB (Red+Green+Blue) = 153+9+53=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #990935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990935 is #66F6CA. Grayscale: #393939. Windows color (decimal): -6747851 or 3475865. OLE color: 3475865.
HSL color Cylindrical-coordinate representation of color #990935: hue angle of 341.67º 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 #990935 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 53 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.4 |
| HSL | 341.67º | 0.89% | 0.32% | - |
| HSV(B) | 341.67º | 0.94% | 0.6% | - |
| XYZ | 13.88 | 7.22 | 4.03 | - |
| YUV | 57.07 | 125.71 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 53 | 0 | 0.94 | 0.65 | 0.4 | 341.67 | 0.89 | 0.32 |
| Hex | 99 | 9 | 35 | 0 | 5E | 41 | 28 | 156 | 59 | 20 |
| Octal | 231 | 11 | 65 | 0 | 136 | 101 | 50 | 526 | 131 | 40 |
| Binary | 10011001 | 1001 | 110101 | 0 | 1011110 | 1000001 | 101000 | 101010110 | 1011001 | 100000 |
Color Harmonies of #990935
Complementary color
Monochromatic Colors of #990935
Black with #990935
Text Example
Text Example
White with #990935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990935; }
p { color: rgb(153,9,53); }
H1.HeaderClassName
{
color: #990935;
}
.AnyTagClassName
{
color: #990935;
}
</style>
background-color css
<style>
a { background-color: #990935; }
a { background-color: rgb(153,9,53); }
div.DivClassName
{
background-color: #990935;
}
.BgClassName
{
background-color: #990935;
}
</style>
border-color css
<style>
span { border-color: #990935; }
span { border-color: rgb(153,9,53); }
td.TdClassName
{
border-color: #990935;
}
.TagClassName
{
border-color: #990935;
}
</style>