Shades of Carmine #91141B
Tints of Carmine #91141B
RGB
CMYK
RGB Variations
Color information
#91141B (or 0x91141B) is known color: Carmine. HEX triplet: 91, 14 and 1B. RGB value is (145,20,27). Sum of RGB (Red+Green+Blue) = 145+20+27=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #91141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91141B is #6EEBE4. Grayscale: #3A3A3A. Windows color (decimal): -7269349 or 1774737. OLE color: 1774737.
HSL color Cylindrical-coordinate representation of color #91141B: hue angle of 356.64º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #91141B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 20 | 27 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.43 |
| HSL | 356.64º | 0.76% | 0.32% | - |
| HSV(B) | 356.64º | 0.86% | 0.57% | - |
| XYZ | 12.13 | 6.6 | 1.67 | - |
| YUV | 58.17 | 110.41 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 27 | 0 | 0.86 | 0.81 | 0.43 | 356.64 | 0.76 | 0.32 |
| Hex | 91 | 14 | 1B | 0 | 56 | 51 | 2B | 165 | 4C | 20 |
| Octal | 221 | 24 | 33 | 0 | 126 | 121 | 53 | 545 | 114 | 40 |
| Binary | 10010001 | 10100 | 11011 | 0 | 1010110 | 1010001 | 101011 | 101100101 | 1001100 | 100000 |
Color Harmonies of #91141B
Complementary color
Monochromatic Colors of #91141B
Black with #91141B
Text Example
Text Example
White with #91141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91141B; }
p { color: rgb(145,20,27); }
H1.HeaderClassName
{
color: #91141B;
}
.AnyTagClassName
{
color: #91141B;
}
</style>
background-color css
<style>
a { background-color: #91141B; }
a { background-color: rgb(145,20,27); }
div.DivClassName
{
background-color: #91141B;
}
.BgClassName
{
background-color: #91141B;
}
</style>
border-color css
<style>
span { border-color: #91141B; }
span { border-color: rgb(145,20,27); }
td.TdClassName
{
border-color: #91141B;
}
.TagClassName
{
border-color: #91141B;
}
</style>