Shades of Carmine #91081F
Tints of Carmine #91081F
RGB
CMYK
RGB Variations
Color information
#91081F (or 0x91081F) is known color: Carmine. HEX triplet: 91, 08 and 1F. RGB value is (145,8,31). Sum of RGB (Red+Green+Blue) = 145+8+31=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #91081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91081F is #6EF7E0. Grayscale: #333333. Windows color (decimal): -7272417 or 2033809. OLE color: 2033809.
HSL color Cylindrical-coordinate representation of color #91081F: hue angle of 349.93º 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 #91081F is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 31 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.43 |
| HSL | 349.93º | 0.9% | 0.3% | - |
| HSV(B) | 349.93º | 0.94% | 0.57% | - |
| XYZ | 12.01 | 6.29 | 1.88 | - |
| YUV | 51.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 31 | 0 | 0.94 | 0.79 | 0.43 | 349.93 | 0.9 | 0.3 |
| Hex | 91 | 8 | 1F | 0 | 5E | 4F | 2B | 15E | 5A | 1E |
| Octal | 221 | 10 | 37 | 0 | 136 | 117 | 53 | 536 | 132 | 36 |
| Binary | 10010001 | 1000 | 11111 | 0 | 1011110 | 1001111 | 101011 | 101011110 | 1011010 | 11110 |
Color Harmonies of #91081F
Complementary color
Monochromatic Colors of #91081F
Black with #91081F
Text Example
Text Example
White with #91081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91081F; }
p { color: rgb(145,8,31); }
H1.HeaderClassName
{
color: #91081F;
}
.AnyTagClassName
{
color: #91081F;
}
</style>
background-color css
<style>
a { background-color: #91081F; }
a { background-color: rgb(145,8,31); }
div.DivClassName
{
background-color: #91081F;
}
.BgClassName
{
background-color: #91081F;
}
</style>
border-color css
<style>
span { border-color: #91081F; }
span { border-color: rgb(145,8,31); }
td.TdClassName
{
border-color: #91081F;
}
.TagClassName
{
border-color: #91081F;
}
</style>