Shades of Carmine #911121
Tints of Carmine #911121
RGB
CMYK
RGB Variations
Color information
#911121 (or 0x911121) is known color: Carmine. HEX triplet: 91, 11 and 21. RGB value is (145,17,33). Sum of RGB (Red+Green+Blue) = 145+17+33=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #911121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911121 is #6EEEDE. Grayscale: #393939. Windows color (decimal): -7270111 or 2167185. OLE color: 2167185.
HSL color Cylindrical-coordinate representation of color #911121: hue angle of 352.5º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911121 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 33 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.43 |
| HSL | 352.5º | 0.79% | 0.32% | - |
| HSV(B) | 352.5º | 0.88% | 0.57% | - |
| XYZ | 12.15 | 6.53 | 2.06 | - |
| YUV | 57.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 33 | 0 | 0.88 | 0.77 | 0.43 | 352.5 | 0.79 | 0.32 |
| Hex | 91 | 11 | 21 | 0 | 58 | 4D | 2B | 160 | 4F | 20 |
| Octal | 221 | 21 | 41 | 0 | 130 | 115 | 53 | 540 | 117 | 40 |
| Binary | 10010001 | 10001 | 100001 | 0 | 1011000 | 1001101 | 101011 | 101100000 | 1001111 | 100000 |
Color Harmonies of #911121
Complementary color
Monochromatic Colors of #911121
Black with #911121
Text Example
Text Example
White with #911121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911121; }
p { color: rgb(145,17,33); }
H1.HeaderClassName
{
color: #911121;
}
.AnyTagClassName
{
color: #911121;
}
</style>
background-color css
<style>
a { background-color: #911121; }
a { background-color: rgb(145,17,33); }
div.DivClassName
{
background-color: #911121;
}
.BgClassName
{
background-color: #911121;
}
</style>
border-color css
<style>
span { border-color: #911121; }
span { border-color: rgb(145,17,33); }
td.TdClassName
{
border-color: #911121;
}
.TagClassName
{
border-color: #911121;
}
</style>