Shades of Solid Pink #964B52
Tints of Solid Pink #964B52
RGB
CMYK
RGB Variations
Color information
#964B52 (or 0x964B52) is known color: Solid Pink. HEX triplet: 96, 4B and 52. RGB value is (150,75,82). Sum of RGB (Red+Green+Blue) = 150+75+82=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #964B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B52 is #69B4AD. Grayscale: #626262. Windows color (decimal): -6927534 or 5393302. OLE color: 5393302.
HSL color Cylindrical-coordinate representation of color #964B52: hue angle of 354.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B52 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 82 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.41 |
| HSL | 354.4º | 0.33% | 0.44% | - |
| HSV(B) | 354.4º | 0.5% | 0.59% | - |
| XYZ | 16.62 | 12.13 | 9.45 | - |
| YUV | 98.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 82 | 0 | 0.5 | 0.45 | 0.41 | 354.4 | 0.33 | 0.44 |
| Hex | 96 | 4B | 52 | 0 | 32 | 2D | 29 | 162 | 21 | 2C |
| Octal | 226 | 113 | 122 | 0 | 62 | 55 | 51 | 542 | 41 | 54 |
| Binary | 10010110 | 1001011 | 1010010 | 0 | 110010 | 101101 | 101001 | 101100010 | 100001 | 101100 |
Color Harmonies of #964B52
Complementary color
Monochromatic Colors of #964B52
Black with #964B52
Text Example
Text Example
White with #964B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B52; }
p { color: rgb(150,75,82); }
H1.HeaderClassName
{
color: #964B52;
}
.AnyTagClassName
{
color: #964B52;
}
</style>
background-color css
<style>
a { background-color: #964B52; }
a { background-color: rgb(150,75,82); }
div.DivClassName
{
background-color: #964B52;
}
.BgClassName
{
background-color: #964B52;
}
</style>
border-color css
<style>
span { border-color: #964B52; }
span { border-color: rgb(150,75,82); }
td.TdClassName
{
border-color: #964B52;
}
.TagClassName
{
border-color: #964B52;
}
</style>