Shades of Carmine #961427
Tints of Carmine #961427
RGB
CMYK
RGB Variations
Color information
#961427 (or 0x961427) is known color: Carmine. HEX triplet: 96, 14 and 27. RGB value is (150,20,39). Sum of RGB (Red+Green+Blue) = 150+20+39=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #961427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961427 is #69EBD8. Grayscale: #3D3D3D. Windows color (decimal): -6941657 or 2561174. OLE color: 2561174.
HSL color Cylindrical-coordinate representation of color #961427: hue angle of 351.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961427 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 39 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.41 |
| HSL | 351.23º | 0.76% | 0.33% | - |
| HSV(B) | 351.23º | 0.87% | 0.59% | - |
| XYZ | 13.19 | 7.13 | 2.6 | - |
| YUV | 61.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 39 | 0 | 0.87 | 0.74 | 0.41 | 351.23 | 0.76 | 0.33 |
| Hex | 96 | 14 | 27 | 0 | 57 | 4A | 29 | 15F | 4C | 21 |
| Octal | 226 | 24 | 47 | 0 | 127 | 112 | 51 | 537 | 114 | 41 |
| Binary | 10010110 | 10100 | 100111 | 0 | 1010111 | 1001010 | 101001 | 101011111 | 1001100 | 100001 |
Color Harmonies of #961427
Complementary color
Monochromatic Colors of #961427
Black with #961427
Text Example
Text Example
White with #961427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961427; }
p { color: rgb(150,20,39); }
H1.HeaderClassName
{
color: #961427;
}
.AnyTagClassName
{
color: #961427;
}
</style>
background-color css
<style>
a { background-color: #961427; }
a { background-color: rgb(150,20,39); }
div.DivClassName
{
background-color: #961427;
}
.BgClassName
{
background-color: #961427;
}
</style>
border-color css
<style>
span { border-color: #961427; }
span { border-color: rgb(150,20,39); }
td.TdClassName
{
border-color: #961427;
}
.TagClassName
{
border-color: #961427;
}
</style>