Shades of Carmine #910524
Tints of Carmine #910524
RGB
CMYK
RGB Variations
Color information
#910524 (or 0x910524) is known color: Carmine. HEX triplet: 91, 05 and 24. RGB value is (145,5,36). Sum of RGB (Red+Green+Blue) = 145+5+36=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #910524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910524 is #6EFADB. Grayscale: #323232. Windows color (decimal): -7273180 or 2360721. OLE color: 2360721.
HSL color Cylindrical-coordinate representation of color #910524: hue angle of 346.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910524 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 36 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.43 |
| HSL | 346.71º | 0.93% | 0.29% | - |
| HSV(B) | 346.71º | 0.97% | 0.57% | - |
| XYZ | 12.05 | 6.26 | 2.24 | - |
| YUV | 50.39 | 119.88 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 36 | 0 | 0.97 | 0.75 | 0.43 | 346.71 | 0.93 | 0.29 |
| Hex | 91 | 5 | 24 | 0 | 61 | 4B | 2B | 15B | 5D | 1D |
| Octal | 221 | 5 | 44 | 0 | 141 | 113 | 53 | 533 | 135 | 35 |
| Binary | 10010001 | 101 | 100100 | 0 | 1100001 | 1001011 | 101011 | 101011011 | 1011101 | 11101 |
Color Harmonies of #910524
Complementary color
Monochromatic Colors of #910524
Black with #910524
Text Example
Text Example
White with #910524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910524; }
p { color: rgb(145,5,36); }
H1.HeaderClassName
{
color: #910524;
}
.AnyTagClassName
{
color: #910524;
}
</style>
background-color css
<style>
a { background-color: #910524; }
a { background-color: rgb(145,5,36); }
div.DivClassName
{
background-color: #910524;
}
.BgClassName
{
background-color: #910524;
}
</style>
border-color css
<style>
span { border-color: #910524; }
span { border-color: rgb(145,5,36); }
td.TdClassName
{
border-color: #910524;
}
.TagClassName
{
border-color: #910524;
}
</style>