Shades of Carmine #951027
Tints of Carmine #951027
RGB
CMYK
RGB Variations
Color information
#951027 (or 0x951027) is known color: Carmine. HEX triplet: 95, 10 and 27. RGB value is (149,16,39). Sum of RGB (Red+Green+Blue) = 149+16+39=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #951027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951027 is #6AEFD8. Grayscale: #3A3A3A. Windows color (decimal): -7008217 or 2560149. OLE color: 2560149.
HSL color Cylindrical-coordinate representation of color #951027: hue angle of 349.62º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951027 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 39 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.42 |
| HSL | 349.62º | 0.81% | 0.32% | - |
| HSV(B) | 349.62º | 0.89% | 0.58% | - |
| XYZ | 12.95 | 6.91 | 2.57 | - |
| YUV | 58.39 | 117.06 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 39 | 0 | 0.89 | 0.74 | 0.42 | 349.62 | 0.81 | 0.32 |
| Hex | 95 | 10 | 27 | 0 | 59 | 4A | 2A | 15E | 51 | 20 |
| Octal | 225 | 20 | 47 | 0 | 131 | 112 | 52 | 536 | 121 | 40 |
| Binary | 10010101 | 10000 | 100111 | 0 | 1011001 | 1001010 | 101010 | 101011110 | 1010001 | 100000 |
Color Harmonies of #951027
Complementary color
Monochromatic Colors of #951027
Black with #951027
Text Example
Text Example
White with #951027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951027; }
p { color: rgb(149,16,39); }
H1.HeaderClassName
{
color: #951027;
}
.AnyTagClassName
{
color: #951027;
}
</style>
background-color css
<style>
a { background-color: #951027; }
a { background-color: rgb(149,16,39); }
div.DivClassName
{
background-color: #951027;
}
.BgClassName
{
background-color: #951027;
}
</style>
border-color css
<style>
span { border-color: #951027; }
span { border-color: rgb(149,16,39); }
td.TdClassName
{
border-color: #951027;
}
.TagClassName
{
border-color: #951027;
}
</style>