Shades of Carmine #91011C
Tints of Carmine #91011C
RGB
CMYK
RGB Variations
Color information
#91011C (or 0x91011C) is known color: Carmine. HEX triplet: 91, 01 and 1C. RGB value is (145,1,28). Sum of RGB (Red+Green+Blue) = 145+1+28=174 (23% of max value = 765). Red value is 145 (57.03% from 255 or 83.33% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 145 - color contains mainly: red. Hex color #91011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91011C is #6EFEE3. Grayscale: #2F2F2F. Windows color (decimal): -7274212 or 1835409. OLE color: 1835409.
HSL color Cylindrical-coordinate representation of color #91011C: hue angle of 348.75º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91011C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.43 |
| HSL | 348.75º | 0.99% | 0.29% | - |
| HSV(B) | 348.75º | 0.99% | 0.57% | - |
| XYZ | 11.9 | 6.13 | 1.65 | - |
| YUV | 47.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 28 | 0 | 0.99 | 0.81 | 0.43 | 348.75 | 0.99 | 0.29 |
| Hex | 91 | 1 | 1C | 0 | 63 | 51 | 2B | 15D | 63 | 1D |
| Octal | 221 | 1 | 34 | 0 | 143 | 121 | 53 | 535 | 143 | 35 |
| Binary | 10010001 | 1 | 11100 | 0 | 1100011 | 1010001 | 101011 | 101011101 | 1100011 | 11101 |
Color Harmonies of #91011C
Complementary color
Monochromatic Colors of #91011C
Black with #91011C
Text Example
Text Example
White with #91011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91011C; }
p { color: rgb(145,1,28); }
H1.HeaderClassName
{
color: #91011C;
}
.AnyTagClassName
{
color: #91011C;
}
</style>
background-color css
<style>
a { background-color: #91011C; }
a { background-color: rgb(145,1,28); }
div.DivClassName
{
background-color: #91011C;
}
.BgClassName
{
background-color: #91011C;
}
</style>
border-color css
<style>
span { border-color: #91011C; }
span { border-color: rgb(145,1,28); }
td.TdClassName
{
border-color: #91011C;
}
.TagClassName
{
border-color: #91011C;
}
</style>