Shades of Solid Pink #964F52
Tints of Solid Pink #964F52
RGB
CMYK
RGB Variations
Color information
#964F52 (or 0x964F52) is known color: Solid Pink. HEX triplet: 96, 4F and 52. RGB value is (150,79,82). Sum of RGB (Red+Green+Blue) = 150+79+82=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #964F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F52 is #69B0AD. Grayscale: #646464. Windows color (decimal): -6926510 or 5394326. OLE color: 5394326.
HSL color Cylindrical-coordinate representation of color #964F52: hue angle of 357.46º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #964F52 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 79 | 82 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.41 |
| HSL | 357.46º | 0.31% | 0.45% | - |
| HSV(B) | 357.46º | 0.47% | 0.59% | - |
| XYZ | 16.9 | 12.69 | 9.54 | - |
| YUV | 100.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 79 | 82 | 0 | 0.47 | 0.45 | 0.41 | 357.46 | 0.31 | 0.45 |
| Hex | 96 | 4F | 52 | 0 | 2F | 2D | 29 | 165 | 1F | 2D |
| Octal | 226 | 117 | 122 | 0 | 57 | 55 | 51 | 545 | 37 | 55 |
| Binary | 10010110 | 1001111 | 1010010 | 0 | 101111 | 101101 | 101001 | 101100101 | 11111 | 101101 |
Color Harmonies of #964F52
Complementary color
Monochromatic Colors of #964F52
Black with #964F52
Text Example
Text Example
White with #964F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964F52; }
p { color: rgb(150,79,82); }
H1.HeaderClassName
{
color: #964F52;
}
.AnyTagClassName
{
color: #964F52;
}
</style>
background-color css
<style>
a { background-color: #964F52; }
a { background-color: rgb(150,79,82); }
div.DivClassName
{
background-color: #964F52;
}
.BgClassName
{
background-color: #964F52;
}
</style>
border-color css
<style>
span { border-color: #964F52; }
span { border-color: rgb(150,79,82); }
td.TdClassName
{
border-color: #964F52;
}
.TagClassName
{
border-color: #964F52;
}
</style>