Shades of Carmine #910021
Tints of Carmine #910021
RGB
CMYK
RGB Variations
Color information
#910021 (or 0x910021) is known color: Carmine. HEX triplet: 91, 00 and 21. RGB value is (145,0,33). Sum of RGB (Red+Green+Blue) = 145+0+33=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #910021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910021 is #6EFFDE. Grayscale: #2F2F2F. Windows color (decimal): -7274463 or 2162833. OLE color: 2162833.
HSL color Cylindrical-coordinate representation of color #910021: hue angle of 346.34º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910021 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.77 | 0.43 |
| HSL | 346.34º | 1% | 0.28% | - |
| HSV(B) | 346.34º | 1% | 0.57% | - |
| XYZ | 11.95 | 6.13 | 1.99 | - |
| YUV | 47.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 33 | 0 | 1 | 0.77 | 0.43 | 346.34 | 1 | 0.28 |
| Hex | 91 | 0 | 21 | 0 | 64 | 4D | 2B | 15A | 64 | 1C |
| Octal | 221 | 0 | 41 | 0 | 144 | 115 | 53 | 532 | 144 | 34 |
| Binary | 10010001 | 0 | 100001 | 0 | 1100100 | 1001101 | 101011 | 101011010 | 1100100 | 11100 |
Color Harmonies of #910021
Complementary color
Monochromatic Colors of #910021
Black with #910021
Text Example
Text Example
White with #910021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910021; }
p { color: rgb(145,0,33); }
H1.HeaderClassName
{
color: #910021;
}
.AnyTagClassName
{
color: #910021;
}
</style>
background-color css
<style>
a { background-color: #910021; }
a { background-color: rgb(145,0,33); }
div.DivClassName
{
background-color: #910021;
}
.BgClassName
{
background-color: #910021;
}
</style>
border-color css
<style>
span { border-color: #910021; }
span { border-color: rgb(145,0,33); }
td.TdClassName
{
border-color: #910021;
}
.TagClassName
{
border-color: #910021;
}
</style>