Shades of Carmine #910922
Tints of Carmine #910922
RGB
CMYK
RGB Variations
Color information
#910922 (or 0x910922) is known color: Carmine. HEX triplet: 91, 09 and 22. RGB value is (145,9,34). Sum of RGB (Red+Green+Blue) = 145+9+34=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #910922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910922 is #6EF6DD. Grayscale: #343434. Windows color (decimal): -7272158 or 2230673. OLE color: 2230673.
HSL color Cylindrical-coordinate representation of color #910922: hue angle of 348.97º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910922 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 34 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.43 |
| HSL | 348.97º | 0.88% | 0.3% | - |
| HSV(B) | 348.97º | 0.94% | 0.57% | - |
| XYZ | 12.06 | 6.33 | 2.1 | - |
| YUV | 52.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 34 | 0 | 0.94 | 0.77 | 0.43 | 348.97 | 0.88 | 0.3 |
| Hex | 91 | 9 | 22 | 0 | 5E | 4D | 2B | 15D | 58 | 1E |
| Octal | 221 | 11 | 42 | 0 | 136 | 115 | 53 | 535 | 130 | 36 |
| Binary | 10010001 | 1001 | 100010 | 0 | 1011110 | 1001101 | 101011 | 101011101 | 1011000 | 11110 |
Color Harmonies of #910922
Complementary color
Monochromatic Colors of #910922
Black with #910922
Text Example
Text Example
White with #910922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910922; }
p { color: rgb(145,9,34); }
H1.HeaderClassName
{
color: #910922;
}
.AnyTagClassName
{
color: #910922;
}
</style>
background-color css
<style>
a { background-color: #910922; }
a { background-color: rgb(145,9,34); }
div.DivClassName
{
background-color: #910922;
}
.BgClassName
{
background-color: #910922;
}
</style>
border-color css
<style>
span { border-color: #910922; }
span { border-color: rgb(145,9,34); }
td.TdClassName
{
border-color: #910922;
}
.TagClassName
{
border-color: #910922;
}
</style>