Shades of Solid Pink #964A53
Tints of Solid Pink #964A53
RGB
CMYK
RGB Variations
Color information
#964A53 (or 0x964A53) is known color: Solid Pink. HEX triplet: 96, 4A and 53. RGB value is (150,74,83). Sum of RGB (Red+Green+Blue) = 150+74+83=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #964A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A53 is #69B5AC. Grayscale: #616161. Windows color (decimal): -6927789 or 5458582. OLE color: 5458582.
HSL color Cylindrical-coordinate representation of color #964A53: hue angle of 352.89º degrees, saturation: 0.34, 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 #964A53 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 83 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.41 |
| HSL | 352.89º | 0.34% | 0.44% | - |
| HSV(B) | 352.89º | 0.51% | 0.59% | - |
| XYZ | 16.59 | 12.01 | 9.63 | - |
| YUV | 97.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 83 | 0 | 0.51 | 0.45 | 0.41 | 352.89 | 0.34 | 0.44 |
| Hex | 96 | 4A | 53 | 0 | 33 | 2D | 29 | 161 | 22 | 2C |
| Octal | 226 | 112 | 123 | 0 | 63 | 55 | 51 | 541 | 42 | 54 |
| Binary | 10010110 | 1001010 | 1010011 | 0 | 110011 | 101101 | 101001 | 101100001 | 100010 | 101100 |
Color Harmonies of #964A53
Complementary color
Monochromatic Colors of #964A53
Black with #964A53
Text Example
Text Example
White with #964A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A53; }
p { color: rgb(150,74,83); }
H1.HeaderClassName
{
color: #964A53;
}
.AnyTagClassName
{
color: #964A53;
}
</style>
background-color css
<style>
a { background-color: #964A53; }
a { background-color: rgb(150,74,83); }
div.DivClassName
{
background-color: #964A53;
}
.BgClassName
{
background-color: #964A53;
}
</style>
border-color css
<style>
span { border-color: #964A53; }
span { border-color: rgb(150,74,83); }
td.TdClassName
{
border-color: #964A53;
}
.TagClassName
{
border-color: #964A53;
}
</style>