Shades of Carmine #91121C
Tints of Carmine #91121C
RGB
CMYK
RGB Variations
Color information
#91121C (or 0x91121C) is known color: Carmine. HEX triplet: 91, 12 and 1C. RGB value is (145,18,28). Sum of RGB (Red+Green+Blue) = 145+18+28=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #91121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91121C is #6EEDE3. Grayscale: #393939. Windows color (decimal): -7269860 or 1839761. OLE color: 1839761.
HSL color Cylindrical-coordinate representation of color #91121C: hue angle of 355.28º 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 #91121C is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 28 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.43 |
| HSL | 355.28º | 0.78% | 0.32% | - |
| HSV(B) | 355.28º | 0.88% | 0.57% | - |
| XYZ | 12.1 | 6.54 | 1.72 | - |
| YUV | 57.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 28 | 0 | 0.88 | 0.81 | 0.43 | 355.28 | 0.78 | 0.32 |
| Hex | 91 | 12 | 1C | 0 | 58 | 51 | 2B | 163 | 4E | 20 |
| Octal | 221 | 22 | 34 | 0 | 130 | 121 | 53 | 543 | 116 | 40 |
| Binary | 10010001 | 10010 | 11100 | 0 | 1011000 | 1010001 | 101011 | 101100011 | 1001110 | 100000 |
Color Harmonies of #91121C
Complementary color
Monochromatic Colors of #91121C
Black with #91121C
Text Example
Text Example
White with #91121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91121C; }
p { color: rgb(145,18,28); }
H1.HeaderClassName
{
color: #91121C;
}
.AnyTagClassName
{
color: #91121C;
}
</style>
background-color css
<style>
a { background-color: #91121C; }
a { background-color: rgb(145,18,28); }
div.DivClassName
{
background-color: #91121C;
}
.BgClassName
{
background-color: #91121C;
}
</style>
border-color css
<style>
span { border-color: #91121C; }
span { border-color: rgb(145,18,28); }
td.TdClassName
{
border-color: #91121C;
}
.TagClassName
{
border-color: #91121C;
}
</style>