Shades of Carmine #91171D
Tints of Carmine #91171D
RGB
CMYK
RGB Variations
Color information
#91171D (or 0x91171D) is known color: Carmine. HEX triplet: 91, 17 and 1D. RGB value is (145,23,29). Sum of RGB (Red+Green+Blue) = 145+23+29=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #91171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91171D is #6EE8E2. Grayscale: #3C3C3C. Windows color (decimal): -7268579 or 1906577. OLE color: 1906577.
HSL color Cylindrical-coordinate representation of color #91171D: hue angle of 357.05º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #91171D is Cyan = 0, Magento = 0.84, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 29 | - |
| CMYK | 0 | 0.84 | 0.8 | 0.43 |
| HSL | 357.05º | 0.73% | 0.33% | - |
| HSV(B) | 357.05º | 0.84% | 0.57% | - |
| XYZ | 12.21 | 6.72 | 1.82 | - |
| YUV | 60.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 29 | 0 | 0.84 | 0.8 | 0.43 | 357.05 | 0.73 | 0.33 |
| Hex | 91 | 17 | 1D | 0 | 54 | 50 | 2B | 165 | 49 | 21 |
| Octal | 221 | 27 | 35 | 0 | 124 | 120 | 53 | 545 | 111 | 41 |
| Binary | 10010001 | 10111 | 11101 | 0 | 1010100 | 1010000 | 101011 | 101100101 | 1001001 | 100001 |
Color Harmonies of #91171D
Complementary color
Monochromatic Colors of #91171D
Black with #91171D
Text Example
Text Example
White with #91171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91171D; }
p { color: rgb(145,23,29); }
H1.HeaderClassName
{
color: #91171D;
}
.AnyTagClassName
{
color: #91171D;
}
</style>
background-color css
<style>
a { background-color: #91171D; }
a { background-color: rgb(145,23,29); }
div.DivClassName
{
background-color: #91171D;
}
.BgClassName
{
background-color: #91171D;
}
</style>
border-color css
<style>
span { border-color: #91171D; }
span { border-color: rgb(145,23,29); }
td.TdClassName
{
border-color: #91171D;
}
.TagClassName
{
border-color: #91171D;
}
</style>