Shades of Carmine #910724
Tints of Carmine #910724
RGB
CMYK
RGB Variations
Color information
#910724 (or 0x910724) is known color: Carmine. HEX triplet: 91, 07 and 24. RGB value is (145,7,36). Sum of RGB (Red+Green+Blue) = 145+7+36=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #910724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910724 is #6EF8DB. Grayscale: #333333. Windows color (decimal): -7272668 or 2361233. OLE color: 2361233.
HSL color Cylindrical-coordinate representation of color #910724: hue angle of 347.39º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910724 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 36 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.43 |
| HSL | 347.39º | 0.91% | 0.3% | - |
| HSV(B) | 347.39º | 0.95% | 0.57% | - |
| XYZ | 12.07 | 6.3 | 2.25 | - |
| YUV | 51.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 36 | 0 | 0.95 | 0.75 | 0.43 | 347.39 | 0.91 | 0.3 |
| Hex | 91 | 7 | 24 | 0 | 5F | 4B | 2B | 15B | 5B | 1E |
| Octal | 221 | 7 | 44 | 0 | 137 | 113 | 53 | 533 | 133 | 36 |
| Binary | 10010001 | 111 | 100100 | 0 | 1011111 | 1001011 | 101011 | 101011011 | 1011011 | 11110 |
Color Harmonies of #910724
Complementary color
Monochromatic Colors of #910724
Black with #910724
Text Example
Text Example
White with #910724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910724; }
p { color: rgb(145,7,36); }
H1.HeaderClassName
{
color: #910724;
}
.AnyTagClassName
{
color: #910724;
}
</style>
background-color css
<style>
a { background-color: #910724; }
a { background-color: rgb(145,7,36); }
div.DivClassName
{
background-color: #910724;
}
.BgClassName
{
background-color: #910724;
}
</style>
border-color css
<style>
span { border-color: #910724; }
span { border-color: rgb(145,7,36); }
td.TdClassName
{
border-color: #910724;
}
.TagClassName
{
border-color: #910724;
}
</style>