Shades of Carmine #91101A
Tints of Carmine #91101A
RGB
CMYK
RGB Variations
Color information
#91101A (or 0x91101A) is known color: Carmine. HEX triplet: 91, 10 and 1A. RGB value is (145,16,26). Sum of RGB (Red+Green+Blue) = 145+16+26=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #91101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91101A is #6EEFE5. Grayscale: #373737. Windows color (decimal): -7270374 or 1708177. OLE color: 1708177.
HSL color Cylindrical-coordinate representation of color #91101A: hue angle of 355.35º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #91101A is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 26 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.43 |
| HSL | 355.35º | 0.8% | 0.32% | - |
| HSV(B) | 355.35º | 0.89% | 0.57% | - |
| XYZ | 12.05 | 6.46 | 1.59 | - |
| YUV | 55.71 | 111.24 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 26 | 0 | 0.89 | 0.82 | 0.43 | 355.35 | 0.8 | 0.32 |
| Hex | 91 | 10 | 1A | 0 | 59 | 52 | 2B | 163 | 50 | 20 |
| Octal | 221 | 20 | 32 | 0 | 131 | 122 | 53 | 543 | 120 | 40 |
| Binary | 10010001 | 10000 | 11010 | 0 | 1011001 | 1010010 | 101011 | 101100011 | 1010000 | 100000 |
Color Harmonies of #91101A
Complementary color
Monochromatic Colors of #91101A
Black with #91101A
Text Example
Text Example
White with #91101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91101A; }
p { color: rgb(145,16,26); }
H1.HeaderClassName
{
color: #91101A;
}
.AnyTagClassName
{
color: #91101A;
}
</style>
background-color css
<style>
a { background-color: #91101A; }
a { background-color: rgb(145,16,26); }
div.DivClassName
{
background-color: #91101A;
}
.BgClassName
{
background-color: #91101A;
}
</style>
border-color css
<style>
span { border-color: #91101A; }
span { border-color: rgb(145,16,26); }
td.TdClassName
{
border-color: #91101A;
}
.TagClassName
{
border-color: #91101A;
}
</style>