Shades of Carmine #910124
Tints of Carmine #910124
RGB
CMYK
RGB Variations
Color information
#910124 (or 0x910124) is known color: Carmine. HEX triplet: 91, 01 and 24. RGB value is (145,1,36). Sum of RGB (Red+Green+Blue) = 145+1+36=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #910124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910124 is #6EFEDB. Grayscale: #303030. Windows color (decimal): -7274204 or 2359697. OLE color: 2359697.
HSL color Cylindrical-coordinate representation of color #910124: hue angle of 345.42º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910124 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.43 |
| HSL | 345.42º | 0.99% | 0.29% | - |
| HSV(B) | 345.42º | 0.99% | 0.57% | - |
| XYZ | 12.01 | 6.17 | 2.23 | - |
| YUV | 48.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 36 | 0 | 0.99 | 0.75 | 0.43 | 345.42 | 0.99 | 0.29 |
| Hex | 91 | 1 | 24 | 0 | 63 | 4B | 2B | 159 | 63 | 1D |
| Octal | 221 | 1 | 44 | 0 | 143 | 113 | 53 | 531 | 143 | 35 |
| Binary | 10010001 | 1 | 100100 | 0 | 1100011 | 1001011 | 101011 | 101011001 | 1100011 | 11101 |
Color Harmonies of #910124
Complementary color
Monochromatic Colors of #910124
Black with #910124
Text Example
Text Example
White with #910124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910124; }
p { color: rgb(145,1,36); }
H1.HeaderClassName
{
color: #910124;
}
.AnyTagClassName
{
color: #910124;
}
</style>
background-color css
<style>
a { background-color: #910124; }
a { background-color: rgb(145,1,36); }
div.DivClassName
{
background-color: #910124;
}
.BgClassName
{
background-color: #910124;
}
</style>
border-color css
<style>
span { border-color: #910124; }
span { border-color: rgb(145,1,36); }
td.TdClassName
{
border-color: #910124;
}
.TagClassName
{
border-color: #910124;
}
</style>