Shades of Carmine #911322
Tints of Carmine #911322
RGB
CMYK
RGB Variations
Color information
#911322 (or 0x911322) is known color: Carmine. HEX triplet: 91, 13 and 22. RGB value is (145,19,34). Sum of RGB (Red+Green+Blue) = 145+19+34=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #911322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911322 is #6EECDD. Grayscale: #3A3A3A. Windows color (decimal): -7269598 or 2233233. OLE color: 2233233.
HSL color Cylindrical-coordinate representation of color #911322: hue angle of 352.86º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #911322 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 19 | 34 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.43 |
| HSL | 352.86º | 0.77% | 0.32% | - |
| HSV(B) | 352.86º | 0.87% | 0.57% | - |
| XYZ | 12.2 | 6.6 | 2.14 | - |
| YUV | 58.38 | 114.24 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 34 | 0 | 0.87 | 0.77 | 0.43 | 352.86 | 0.77 | 0.32 |
| Hex | 91 | 13 | 22 | 0 | 57 | 4D | 2B | 161 | 4D | 20 |
| Octal | 221 | 23 | 42 | 0 | 127 | 115 | 53 | 541 | 115 | 40 |
| Binary | 10010001 | 10011 | 100010 | 0 | 1010111 | 1001101 | 101011 | 101100001 | 1001101 | 100000 |
Color Harmonies of #911322
Complementary color
Monochromatic Colors of #911322
Black with #911322
Text Example
Text Example
White with #911322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911322; }
p { color: rgb(145,19,34); }
H1.HeaderClassName
{
color: #911322;
}
.AnyTagClassName
{
color: #911322;
}
</style>
background-color css
<style>
a { background-color: #911322; }
a { background-color: rgb(145,19,34); }
div.DivClassName
{
background-color: #911322;
}
.BgClassName
{
background-color: #911322;
}
</style>
border-color css
<style>
span { border-color: #911322; }
span { border-color: rgb(145,19,34); }
td.TdClassName
{
border-color: #911322;
}
.TagClassName
{
border-color: #911322;
}
</style>