Shades of Carmine #951329
Tints of Carmine #951329
RGB
CMYK
RGB Variations
Color information
#951329 (or 0x951329) is known color: Carmine. HEX triplet: 95, 13 and 29. RGB value is (149,19,41). Sum of RGB (Red+Green+Blue) = 149+19+41=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #951329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951329 is #6AECD6. Grayscale: #3C3C3C. Windows color (decimal): -7007447 or 2691989. OLE color: 2691989.
HSL color Cylindrical-coordinate representation of color #951329: hue angle of 349.85º 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 #951329 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 41 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.42 |
| HSL | 349.85º | 0.77% | 0.33% | - |
| HSV(B) | 349.85º | 0.87% | 0.58% | - |
| XYZ | 13.03 | 7.02 | 2.77 | - |
| YUV | 60.38 | 117.07 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 41 | 0 | 0.87 | 0.72 | 0.42 | 349.85 | 0.77 | 0.33 |
| Hex | 95 | 13 | 29 | 0 | 57 | 48 | 2A | 15E | 4D | 21 |
| Octal | 225 | 23 | 51 | 0 | 127 | 110 | 52 | 536 | 115 | 41 |
| Binary | 10010101 | 10011 | 101001 | 0 | 1010111 | 1001000 | 101010 | 101011110 | 1001101 | 100001 |
Color Harmonies of #951329
Complementary color
Monochromatic Colors of #951329
Black with #951329
Text Example
Text Example
White with #951329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951329; }
p { color: rgb(149,19,41); }
H1.HeaderClassName
{
color: #951329;
}
.AnyTagClassName
{
color: #951329;
}
</style>
background-color css
<style>
a { background-color: #951329; }
a { background-color: rgb(149,19,41); }
div.DivClassName
{
background-color: #951329;
}
.BgClassName
{
background-color: #951329;
}
</style>
border-color css
<style>
span { border-color: #951329; }
span { border-color: rgb(149,19,41); }
td.TdClassName
{
border-color: #951329;
}
.TagClassName
{
border-color: #951329;
}
</style>