Shades of Solid Pink #964649
Tints of Solid Pink #964649
RGB
CMYK
RGB Variations
Color information
#964649 (or 0x964649) is known color: Solid Pink. HEX triplet: 96, 46 and 49. RGB value is (150,70,73). Sum of RGB (Red+Green+Blue) = 150+70+73=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #964649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964649 is #69B9B6. Grayscale: #5E5E5E. Windows color (decimal): -6928823 or 4802198. OLE color: 4802198.
HSL color Cylindrical-coordinate representation of color #964649: hue angle of 357.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964649 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 73 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.41 |
| HSL | 357.75º | 0.36% | 0.43% | - |
| HSV(B) | 357.75º | 0.53% | 0.59% | - |
| XYZ | 15.97 | 11.35 | 7.65 | - |
| YUV | 94.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 73 | 0 | 0.53 | 0.51 | 0.41 | 357.75 | 0.36 | 0.43 |
| Hex | 96 | 46 | 49 | 0 | 35 | 33 | 29 | 166 | 24 | 2B |
| Octal | 226 | 106 | 111 | 0 | 65 | 63 | 51 | 546 | 44 | 53 |
| Binary | 10010110 | 1000110 | 1001001 | 0 | 110101 | 110011 | 101001 | 101100110 | 100100 | 101011 |
Color Harmonies of #964649
Complementary color
Monochromatic Colors of #964649
Black with #964649
Text Example
Text Example
White with #964649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964649; }
p { color: rgb(150,70,73); }
H1.HeaderClassName
{
color: #964649;
}
.AnyTagClassName
{
color: #964649;
}
</style>
background-color css
<style>
a { background-color: #964649; }
a { background-color: rgb(150,70,73); }
div.DivClassName
{
background-color: #964649;
}
.BgClassName
{
background-color: #964649;
}
</style>
border-color css
<style>
span { border-color: #964649; }
span { border-color: rgb(150,70,73); }
td.TdClassName
{
border-color: #964649;
}
.TagClassName
{
border-color: #964649;
}
</style>