Shades of Carmine #91081A
Tints of Carmine #91081A
RGB
CMYK
RGB Variations
Color information
#91081A (or 0x91081A) is known color: Carmine. HEX triplet: 91, 08 and 1A. RGB value is (145,8,26). Sum of RGB (Red+Green+Blue) = 145+8+26=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #91081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91081A is #6EF7E5. Grayscale: #333333. Windows color (decimal): -7272422 or 1706129. OLE color: 1706129.
HSL color Cylindrical-coordinate representation of color #91081A: hue angle of 352.12º 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 #91081A is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 26 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.43 |
| HSL | 352.12º | 0.9% | 0.3% | - |
| HSV(B) | 352.12º | 0.94% | 0.57% | - |
| XYZ | 11.95 | 6.27 | 1.56 | - |
| YUV | 51.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 26 | 0 | 0.94 | 0.82 | 0.43 | 352.12 | 0.9 | 0.3 |
| Hex | 91 | 8 | 1A | 0 | 5E | 52 | 2B | 160 | 5A | 1E |
| Octal | 221 | 10 | 32 | 0 | 136 | 122 | 53 | 540 | 132 | 36 |
| Binary | 10010001 | 1000 | 11010 | 0 | 1011110 | 1010010 | 101011 | 101100000 | 1011010 | 11110 |
Color Harmonies of #91081A
Complementary color
Monochromatic Colors of #91081A
Black with #91081A
Text Example
Text Example
White with #91081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91081A; }
p { color: rgb(145,8,26); }
H1.HeaderClassName
{
color: #91081A;
}
.AnyTagClassName
{
color: #91081A;
}
</style>
background-color css
<style>
a { background-color: #91081A; }
a { background-color: rgb(145,8,26); }
div.DivClassName
{
background-color: #91081A;
}
.BgClassName
{
background-color: #91081A;
}
</style>
border-color css
<style>
span { border-color: #91081A; }
span { border-color: rgb(145,8,26); }
td.TdClassName
{
border-color: #91081A;
}
.TagClassName
{
border-color: #91081A;
}
</style>