Shades of Carmine #91131F
Tints of Carmine #91131F
RGB
CMYK
RGB Variations
Color information
#91131F (or 0x91131F) is known color: Carmine. HEX triplet: 91, 13 and 1F. RGB value is (145,19,31). Sum of RGB (Red+Green+Blue) = 145+19+31=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #91131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91131F is #6EECE0. Grayscale: #3A3A3A. Windows color (decimal): -7269601 or 2036625. OLE color: 2036625.
HSL color Cylindrical-coordinate representation of color #91131F: hue angle of 354.29º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #91131F is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 19 | 31 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.43 |
| HSL | 354.29º | 0.77% | 0.32% | - |
| HSV(B) | 354.29º | 0.87% | 0.57% | - |
| XYZ | 12.16 | 6.58 | 1.93 | - |
| YUV | 58.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 31 | 0 | 0.87 | 0.79 | 0.43 | 354.29 | 0.77 | 0.32 |
| Hex | 91 | 13 | 1F | 0 | 57 | 4F | 2B | 162 | 4D | 20 |
| Octal | 221 | 23 | 37 | 0 | 127 | 117 | 53 | 542 | 115 | 40 |
| Binary | 10010001 | 10011 | 11111 | 0 | 1010111 | 1001111 | 101011 | 101100010 | 1001101 | 100000 |
Color Harmonies of #91131F
Complementary color
Monochromatic Colors of #91131F
Black with #91131F
Text Example
Text Example
White with #91131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91131F; }
p { color: rgb(145,19,31); }
H1.HeaderClassName
{
color: #91131F;
}
.AnyTagClassName
{
color: #91131F;
}
</style>
background-color css
<style>
a { background-color: #91131F; }
a { background-color: rgb(145,19,31); }
div.DivClassName
{
background-color: #91131F;
}
.BgClassName
{
background-color: #91131F;
}
</style>
border-color css
<style>
span { border-color: #91131F; }
span { border-color: rgb(145,19,31); }
td.TdClassName
{
border-color: #91131F;
}
.TagClassName
{
border-color: #91131F;
}
</style>