Shades of Solid Pink #964149
Tints of Solid Pink #964149
RGB
CMYK
RGB Variations
Color information
#964149 (or 0x964149) is known color: Solid Pink. HEX triplet: 96, 41 and 49. RGB value is (150,65,73). Sum of RGB (Red+Green+Blue) = 150+65+73=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #964149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964149 is #69BEB6. Grayscale: #5B5B5B. Windows color (decimal): -6930103 or 4800918. OLE color: 4800918.
HSL color Cylindrical-coordinate representation of color #964149: hue angle of 354.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964149 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 65 | 73 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.41 |
| HSL | 354.35º | 0.4% | 0.42% | - |
| HSV(B) | 354.35º | 0.57% | 0.59% | - |
| XYZ | 15.67 | 10.75 | 7.55 | - |
| YUV | 91.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 65 | 73 | 0 | 0.57 | 0.51 | 0.41 | 354.35 | 0.4 | 0.42 |
| Hex | 96 | 41 | 49 | 0 | 39 | 33 | 29 | 162 | 28 | 2A |
| Octal | 226 | 101 | 111 | 0 | 71 | 63 | 51 | 542 | 50 | 52 |
| Binary | 10010110 | 1000001 | 1001001 | 0 | 111001 | 110011 | 101001 | 101100010 | 101000 | 101010 |
Color Harmonies of #964149
Complementary color
Monochromatic Colors of #964149
Black with #964149
Text Example
Text Example
White with #964149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964149; }
p { color: rgb(150,65,73); }
H1.HeaderClassName
{
color: #964149;
}
.AnyTagClassName
{
color: #964149;
}
</style>
background-color css
<style>
a { background-color: #964149; }
a { background-color: rgb(150,65,73); }
div.DivClassName
{
background-color: #964149;
}
.BgClassName
{
background-color: #964149;
}
</style>
border-color css
<style>
span { border-color: #964149; }
span { border-color: rgb(150,65,73); }
td.TdClassName
{
border-color: #964149;
}
.TagClassName
{
border-color: #964149;
}
</style>