Shades of Carmine #961027
Tints of Carmine #961027
RGB
CMYK
RGB Variations
Color information
#961027 (or 0x961027) is known color: Carmine. HEX triplet: 96, 10 and 27. RGB value is (150,16,39). Sum of RGB (Red+Green+Blue) = 150+16+39=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #961027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961027 is #69EFD8. Grayscale: #3A3A3A. Windows color (decimal): -6942681 or 2560150. OLE color: 2560150.
HSL color Cylindrical-coordinate representation of color #961027: hue angle of 349.7º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961027 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 39 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.41 |
| HSL | 349.7º | 0.81% | 0.33% | - |
| HSV(B) | 349.7º | 0.89% | 0.59% | - |
| XYZ | 13.13 | 7 | 2.58 | - |
| YUV | 58.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 39 | 0 | 0.89 | 0.74 | 0.41 | 349.7 | 0.81 | 0.33 |
| Hex | 96 | 10 | 27 | 0 | 59 | 4A | 29 | 15E | 51 | 21 |
| Octal | 226 | 20 | 47 | 0 | 131 | 112 | 51 | 536 | 121 | 41 |
| Binary | 10010110 | 10000 | 100111 | 0 | 1011001 | 1001010 | 101001 | 101011110 | 1010001 | 100001 |
Color Harmonies of #961027
Complementary color
Monochromatic Colors of #961027
Black with #961027
Text Example
Text Example
White with #961027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961027; }
p { color: rgb(150,16,39); }
H1.HeaderClassName
{
color: #961027;
}
.AnyTagClassName
{
color: #961027;
}
</style>
background-color css
<style>
a { background-color: #961027; }
a { background-color: rgb(150,16,39); }
div.DivClassName
{
background-color: #961027;
}
.BgClassName
{
background-color: #961027;
}
</style>
border-color css
<style>
span { border-color: #961027; }
span { border-color: rgb(150,16,39); }
td.TdClassName
{
border-color: #961027;
}
.TagClassName
{
border-color: #961027;
}
</style>