Shades of Carmine #990928
Tints of Carmine #990928
RGB
CMYK
RGB Variations
Color information
#990928 (or 0x990928) is known color: Carmine. HEX triplet: 99, 09 and 28. RGB value is (153,9,40). Sum of RGB (Red+Green+Blue) = 153+9+40=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #990928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990928 is #66F6D7. Grayscale: #373737. Windows color (decimal): -6747864 or 2623897. OLE color: 2623897.
HSL color Cylindrical-coordinate representation of color #990928: hue angle of 347.08º 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 #990928 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 40 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.4 |
| HSL | 347.08º | 0.89% | 0.32% | - |
| HSV(B) | 347.08º | 0.94% | 0.6% | - |
| XYZ | 13.62 | 7.12 | 2.66 | - |
| YUV | 55.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 40 | 0 | 0.94 | 0.74 | 0.4 | 347.08 | 0.89 | 0.32 |
| Hex | 99 | 9 | 28 | 0 | 5E | 4A | 28 | 15B | 59 | 20 |
| Octal | 231 | 11 | 50 | 0 | 136 | 112 | 50 | 533 | 131 | 40 |
| Binary | 10011001 | 1001 | 101000 | 0 | 1011110 | 1001010 | 101000 | 101011011 | 1011001 | 100000 |
Color Harmonies of #990928
Complementary color
Monochromatic Colors of #990928
Black with #990928
Text Example
Text Example
White with #990928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990928; }
p { color: rgb(153,9,40); }
H1.HeaderClassName
{
color: #990928;
}
.AnyTagClassName
{
color: #990928;
}
</style>
background-color css
<style>
a { background-color: #990928; }
a { background-color: rgb(153,9,40); }
div.DivClassName
{
background-color: #990928;
}
.BgClassName
{
background-color: #990928;
}
</style>
border-color css
<style>
span { border-color: #990928; }
span { border-color: rgb(153,9,40); }
td.TdClassName
{
border-color: #990928;
}
.TagClassName
{
border-color: #990928;
}
</style>