Shades of Carmine #91031E
Tints of Carmine #91031E
RGB
CMYK
RGB Variations
Color information
#91031E (or 0x91031E) is known color: Carmine. HEX triplet: 91, 03 and 1E. RGB value is (145,3,30). Sum of RGB (Red+Green+Blue) = 145+3+30=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #91031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91031E is #6EFCE1. Grayscale: #303030. Windows color (decimal): -7273698 or 1966993. OLE color: 1966993.
HSL color Cylindrical-coordinate representation of color #91031E: hue angle of 348.59º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91031E is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.43 |
| HSL | 348.59º | 0.96% | 0.29% | - |
| HSV(B) | 348.59º | 0.98% | 0.57% | - |
| XYZ | 11.94 | 6.18 | 1.79 | - |
| YUV | 48.54 | 117.54 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 30 | 0 | 0.98 | 0.79 | 0.43 | 348.59 | 0.96 | 0.29 |
| Hex | 91 | 3 | 1E | 0 | 62 | 4F | 2B | 15D | 60 | 1D |
| Octal | 221 | 3 | 36 | 0 | 142 | 117 | 53 | 535 | 140 | 35 |
| Binary | 10010001 | 11 | 11110 | 0 | 1100010 | 1001111 | 101011 | 101011101 | 1100000 | 11101 |
Color Harmonies of #91031E
Complementary color
Monochromatic Colors of #91031E
Black with #91031E
Text Example
Text Example
White with #91031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91031E; }
p { color: rgb(145,3,30); }
H1.HeaderClassName
{
color: #91031E;
}
.AnyTagClassName
{
color: #91031E;
}
</style>
background-color css
<style>
a { background-color: #91031E; }
a { background-color: rgb(145,3,30); }
div.DivClassName
{
background-color: #91031E;
}
.BgClassName
{
background-color: #91031E;
}
</style>
border-color css
<style>
span { border-color: #91031E; }
span { border-color: rgb(145,3,30); }
td.TdClassName
{
border-color: #91031E;
}
.TagClassName
{
border-color: #91031E;
}
</style>