Shades of Solid Pink #964952
Tints of Solid Pink #964952
RGB
CMYK
RGB Variations
Color information
#964952 (or 0x964952) is known color: Solid Pink. HEX triplet: 96, 49 and 52. RGB value is (150,73,82). Sum of RGB (Red+Green+Blue) = 150+73+82=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #964952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964952 is #69B6AD. Grayscale: #616161. Windows color (decimal): -6928046 or 5392790. OLE color: 5392790.
HSL color Cylindrical-coordinate representation of color #964952: hue angle of 352.99º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964952 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 82 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.41 |
| HSL | 352.99º | 0.35% | 0.44% | - |
| HSV(B) | 352.99º | 0.51% | 0.59% | - |
| XYZ | 16.48 | 11.86 | 9.4 | - |
| YUV | 97.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 82 | 0 | 0.51 | 0.45 | 0.41 | 352.99 | 0.35 | 0.44 |
| Hex | 96 | 49 | 52 | 0 | 33 | 2D | 29 | 161 | 23 | 2C |
| Octal | 226 | 111 | 122 | 0 | 63 | 55 | 51 | 541 | 43 | 54 |
| Binary | 10010110 | 1001001 | 1010010 | 0 | 110011 | 101101 | 101001 | 101100001 | 100011 | 101100 |
Color Harmonies of #964952
Complementary color
Monochromatic Colors of #964952
Black with #964952
Text Example
Text Example
White with #964952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964952; }
p { color: rgb(150,73,82); }
H1.HeaderClassName
{
color: #964952;
}
.AnyTagClassName
{
color: #964952;
}
</style>
background-color css
<style>
a { background-color: #964952; }
a { background-color: rgb(150,73,82); }
div.DivClassName
{
background-color: #964952;
}
.BgClassName
{
background-color: #964952;
}
</style>
border-color css
<style>
span { border-color: #964952; }
span { border-color: rgb(150,73,82); }
td.TdClassName
{
border-color: #964952;
}
.TagClassName
{
border-color: #964952;
}
</style>