Shades of Carmine #990724
Tints of Carmine #990724
RGB
CMYK
RGB Variations
Color information
#990724 (or 0x990724) is known color: Carmine. HEX triplet: 99, 07 and 24. RGB value is (153,7,36). Sum of RGB (Red+Green+Blue) = 153+7+36=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #990724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990724 is #66F8DB. Grayscale: #353535. Windows color (decimal): -6748380 or 2361241. OLE color: 2361241.
HSL color Cylindrical-coordinate representation of color #990724: hue angle of 348.08º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990724 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 36 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.4 |
| HSL | 348.08º | 0.91% | 0.31% | - |
| HSV(B) | 348.08º | 0.95% | 0.6% | - |
| XYZ | 13.53 | 7.05 | 2.32 | - |
| YUV | 53.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 36 | 0 | 0.95 | 0.76 | 0.4 | 348.08 | 0.91 | 0.31 |
| Hex | 99 | 7 | 24 | 0 | 5F | 4C | 28 | 15C | 5B | 1F |
| Octal | 231 | 7 | 44 | 0 | 137 | 114 | 50 | 534 | 133 | 37 |
| Binary | 10011001 | 111 | 100100 | 0 | 1011111 | 1001100 | 101000 | 101011100 | 1011011 | 11111 |
Color Harmonies of #990724
Complementary color
Monochromatic Colors of #990724
Black with #990724
Text Example
Text Example
White with #990724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990724; }
p { color: rgb(153,7,36); }
H1.HeaderClassName
{
color: #990724;
}
.AnyTagClassName
{
color: #990724;
}
</style>
background-color css
<style>
a { background-color: #990724; }
a { background-color: rgb(153,7,36); }
div.DivClassName
{
background-color: #990724;
}
.BgClassName
{
background-color: #990724;
}
</style>
border-color css
<style>
span { border-color: #990724; }
span { border-color: rgb(153,7,36); }
td.TdClassName
{
border-color: #990724;
}
.TagClassName
{
border-color: #990724;
}
</style>