Shades of Carmine #91121F
Tints of Carmine #91121F
RGB
CMYK
RGB Variations
Color information
#91121F (or 0x91121F) is known color: Carmine. HEX triplet: 91, 12 and 1F. RGB value is (145,18,31). Sum of RGB (Red+Green+Blue) = 145+18+31=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #91121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91121F is #6EEDE0. Grayscale: #393939. Windows color (decimal): -7269857 or 2036369. OLE color: 2036369.
HSL color Cylindrical-coordinate representation of color #91121F: hue angle of 353.86º degrees, saturation: 0.78, 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 #91121F is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 31 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.43 |
| HSL | 353.86º | 0.78% | 0.32% | - |
| HSV(B) | 353.86º | 0.88% | 0.57% | - |
| XYZ | 12.14 | 6.55 | 1.92 | - |
| YUV | 57.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 31 | 0 | 0.88 | 0.79 | 0.43 | 353.86 | 0.78 | 0.32 |
| Hex | 91 | 12 | 1F | 0 | 58 | 4F | 2B | 162 | 4E | 20 |
| Octal | 221 | 22 | 37 | 0 | 130 | 117 | 53 | 542 | 116 | 40 |
| Binary | 10010001 | 10010 | 11111 | 0 | 1011000 | 1001111 | 101011 | 101100010 | 1001110 | 100000 |
Color Harmonies of #91121F
Complementary color
Monochromatic Colors of #91121F
Black with #91121F
Text Example
Text Example
White with #91121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91121F; }
p { color: rgb(145,18,31); }
H1.HeaderClassName
{
color: #91121F;
}
.AnyTagClassName
{
color: #91121F;
}
</style>
background-color css
<style>
a { background-color: #91121F; }
a { background-color: rgb(145,18,31); }
div.DivClassName
{
background-color: #91121F;
}
.BgClassName
{
background-color: #91121F;
}
</style>
border-color css
<style>
span { border-color: #91121F; }
span { border-color: rgb(145,18,31); }
td.TdClassName
{
border-color: #91121F;
}
.TagClassName
{
border-color: #91121F;
}
</style>