Shades of Carmine #990715
Tints of Carmine #990715
RGB
CMYK
RGB Variations
Color information
#990715 (or 0x990715) is known color: Carmine. HEX triplet: 99, 07 and 15. RGB value is (153,7,21). Sum of RGB (Red+Green+Blue) = 153+7+21=181 (23% of max value = 765). Red value is 153 (60.16% from 255 or 84.53% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 153 - color contains mainly: red. Hex color #990715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990715 is #66F8EA. Grayscale: #343434. Windows color (decimal): -6748395 or 1378201. OLE color: 1378201.
HSL color Cylindrical-coordinate representation of color #990715: hue angle of 354.25º 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 #990715 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 21 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.4 |
| HSL | 354.25º | 0.91% | 0.31% | - |
| HSV(B) | 354.25º | 0.95% | 0.6% | - |
| XYZ | 13.35 | 6.98 | 1.35 | - |
| YUV | 52.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 21 | 0 | 0.95 | 0.86 | 0.4 | 354.25 | 0.91 | 0.31 |
| Hex | 99 | 7 | 15 | 0 | 5F | 56 | 28 | 162 | 5B | 1F |
| Octal | 231 | 7 | 25 | 0 | 137 | 126 | 50 | 542 | 133 | 37 |
| Binary | 10011001 | 111 | 10101 | 0 | 1011111 | 1010110 | 101000 | 101100010 | 1011011 | 11111 |
Color Harmonies of #990715
Complementary color
Monochromatic Colors of #990715
Black with #990715
Text Example
Text Example
White with #990715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990715; }
p { color: rgb(153,7,21); }
H1.HeaderClassName
{
color: #990715;
}
.AnyTagClassName
{
color: #990715;
}
</style>
background-color css
<style>
a { background-color: #990715; }
a { background-color: rgb(153,7,21); }
div.DivClassName
{
background-color: #990715;
}
.BgClassName
{
background-color: #990715;
}
</style>
border-color css
<style>
span { border-color: #990715; }
span { border-color: rgb(153,7,21); }
td.TdClassName
{
border-color: #990715;
}
.TagClassName
{
border-color: #990715;
}
</style>