Shades of Carmine #91081D
Tints of Carmine #91081D
RGB
CMYK
RGB Variations
Color information
#91081D (or 0x91081D) is known color: Carmine. HEX triplet: 91, 08 and 1D. RGB value is (145,8,29). Sum of RGB (Red+Green+Blue) = 145+8+29=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #91081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91081D is #6EF7E2. Grayscale: #333333. Windows color (decimal): -7272419 or 1902737. OLE color: 1902737.
HSL color Cylindrical-coordinate representation of color #91081D: hue angle of 350.8º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91081D is Cyan = 0, Magento = 0.94, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 29 | - |
| CMYK | 0 | 0.94 | 0.8 | 0.43 |
| HSL | 350.8º | 0.9% | 0.3% | - |
| HSV(B) | 350.8º | 0.94% | 0.57% | - |
| XYZ | 11.99 | 6.28 | 1.74 | - |
| YUV | 51.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 29 | 0 | 0.94 | 0.8 | 0.43 | 350.8 | 0.9 | 0.3 |
| Hex | 91 | 8 | 1D | 0 | 5E | 50 | 2B | 15F | 5A | 1E |
| Octal | 221 | 10 | 35 | 0 | 136 | 120 | 53 | 537 | 132 | 36 |
| Binary | 10010001 | 1000 | 11101 | 0 | 1011110 | 1010000 | 101011 | 101011111 | 1011010 | 11110 |
Color Harmonies of #91081D
Complementary color
Monochromatic Colors of #91081D
Black with #91081D
Text Example
Text Example
White with #91081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91081D; }
p { color: rgb(145,8,29); }
H1.HeaderClassName
{
color: #91081D;
}
.AnyTagClassName
{
color: #91081D;
}
</style>
background-color css
<style>
a { background-color: #91081D; }
a { background-color: rgb(145,8,29); }
div.DivClassName
{
background-color: #91081D;
}
.BgClassName
{
background-color: #91081D;
}
</style>
border-color css
<style>
span { border-color: #91081D; }
span { border-color: rgb(145,8,29); }
td.TdClassName
{
border-color: #91081D;
}
.TagClassName
{
border-color: #91081D;
}
</style>