Shades of Carmine #931327
Tints of Carmine #931327
RGB
CMYK
RGB Variations
Color information
#931327 (or 0x931327) is known color: Carmine. HEX triplet: 93, 13 and 27. RGB value is (147,19,39). Sum of RGB (Red+Green+Blue) = 147+19+39=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #931327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931327 is #6CECD8. Grayscale: #3B3B3B. Windows color (decimal): -7138521 or 2560915. OLE color: 2560915.
HSL color Cylindrical-coordinate representation of color #931327: hue angle of 350.62º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931327 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 39 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.42 |
| HSL | 350.63º | 0.77% | 0.33% | - |
| HSV(B) | 350.63º | 0.87% | 0.58% | - |
| XYZ | 12.63 | 6.82 | 2.57 | - |
| YUV | 59.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 39 | 0 | 0.87 | 0.73 | 0.42 | 350.63 | 0.77 | 0.33 |
| Hex | 93 | 13 | 27 | 0 | 57 | 49 | 2A | 15F | 4D | 21 |
| Octal | 223 | 23 | 47 | 0 | 127 | 111 | 52 | 537 | 115 | 41 |
| Binary | 10010011 | 10011 | 100111 | 0 | 1010111 | 1001001 | 101010 | 101011111 | 1001101 | 100001 |
Color Harmonies of #931327
Complementary color
Monochromatic Colors of #931327
Black with #931327
Text Example
Text Example
White with #931327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931327; }
p { color: rgb(147,19,39); }
H1.HeaderClassName
{
color: #931327;
}
.AnyTagClassName
{
color: #931327;
}
</style>
background-color css
<style>
a { background-color: #931327; }
a { background-color: rgb(147,19,39); }
div.DivClassName
{
background-color: #931327;
}
.BgClassName
{
background-color: #931327;
}
</style>
border-color css
<style>
span { border-color: #931327; }
span { border-color: rgb(147,19,39); }
td.TdClassName
{
border-color: #931327;
}
.TagClassName
{
border-color: #931327;
}
</style>