Shades of Carmine #91091E
Tints of Carmine #91091E
RGB
CMYK
RGB Variations
Color information
#91091E (or 0x91091E) is known color: Carmine. HEX triplet: 91, 09 and 1E. RGB value is (145,9,30). Sum of RGB (Red+Green+Blue) = 145+9+30=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #91091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91091E is #6EF6E1. Grayscale: #343434. Windows color (decimal): -7272162 or 1968529. OLE color: 1968529.
HSL color Cylindrical-coordinate representation of color #91091E: hue angle of 350.74º 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 #91091E is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 30 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.43 |
| HSL | 350.74º | 0.88% | 0.3% | - |
| HSV(B) | 350.74º | 0.94% | 0.57% | - |
| XYZ | 12.01 | 6.31 | 1.81 | - |
| YUV | 52.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 30 | 0 | 0.94 | 0.79 | 0.43 | 350.74 | 0.88 | 0.3 |
| Hex | 91 | 9 | 1E | 0 | 5E | 4F | 2B | 15F | 58 | 1E |
| Octal | 221 | 11 | 36 | 0 | 136 | 117 | 53 | 537 | 130 | 36 |
| Binary | 10010001 | 1001 | 11110 | 0 | 1011110 | 1001111 | 101011 | 101011111 | 1011000 | 11110 |
Color Harmonies of #91091E
Complementary color
Monochromatic Colors of #91091E
Black with #91091E
Text Example
Text Example
White with #91091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91091E; }
p { color: rgb(145,9,30); }
H1.HeaderClassName
{
color: #91091E;
}
.AnyTagClassName
{
color: #91091E;
}
</style>
background-color css
<style>
a { background-color: #91091E; }
a { background-color: rgb(145,9,30); }
div.DivClassName
{
background-color: #91091E;
}
.BgClassName
{
background-color: #91091E;
}
</style>
border-color css
<style>
span { border-color: #91091E; }
span { border-color: rgb(145,9,30); }
td.TdClassName
{
border-color: #91091E;
}
.TagClassName
{
border-color: #91091E;
}
</style>