Shades of Carmine #910914
Tints of Carmine #910914
RGB
CMYK
RGB Variations
Color information
#910914 (or 0x910914) is known color: Carmine. HEX triplet: 91, 09 and 14. RGB value is (145,9,20). Sum of RGB (Red+Green+Blue) = 145+9+20=174 (23% of max value = 765). Red value is 145 (57.03% from 255 or 83.33% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 145 - color contains mainly: red. Hex color #910914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910914 is #6EF6EB. Grayscale: #333333. Windows color (decimal): -7272172 or 1313169. OLE color: 1313169.
HSL color Cylindrical-coordinate representation of color #910914: hue angle of 355.15º degrees, saturation: 0.88, 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 #910914 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 20 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.43 |
| HSL | 355.15º | 0.88% | 0.3% | - |
| HSV(B) | 355.15º | 0.94% | 0.57% | - |
| XYZ | 11.9 | 6.27 | 1.24 | - |
| YUV | 50.92 | 110.56 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 20 | 0 | 0.94 | 0.86 | 0.43 | 355.15 | 0.88 | 0.3 |
| Hex | 91 | 9 | 14 | 0 | 5E | 56 | 2B | 163 | 58 | 1E |
| Octal | 221 | 11 | 24 | 0 | 136 | 126 | 53 | 543 | 130 | 36 |
| Binary | 10010001 | 1001 | 10100 | 0 | 1011110 | 1010110 | 101011 | 101100011 | 1011000 | 11110 |
Color Harmonies of #910914
Complementary color
Monochromatic Colors of #910914
Black with #910914
Text Example
Text Example
White with #910914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910914; }
p { color: rgb(145,9,20); }
H1.HeaderClassName
{
color: #910914;
}
.AnyTagClassName
{
color: #910914;
}
</style>
background-color css
<style>
a { background-color: #910914; }
a { background-color: rgb(145,9,20); }
div.DivClassName
{
background-color: #910914;
}
.BgClassName
{
background-color: #910914;
}
</style>
border-color css
<style>
span { border-color: #910914; }
span { border-color: rgb(145,9,20); }
td.TdClassName
{
border-color: #910914;
}
.TagClassName
{
border-color: #910914;
}
</style>