Shades of Solid Pink #964D50
Tints of Solid Pink #964D50
RGB
CMYK
RGB Variations
Color information
#964D50 (or 0x964D50) is known color: Solid Pink. HEX triplet: 96, 4D and 50. RGB value is (150,77,80). Sum of RGB (Red+Green+Blue) = 150+77+80=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #964D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D50 is #69B2AF. Grayscale: #636363. Windows color (decimal): -6927024 or 5262742. OLE color: 5262742.
HSL color Cylindrical-coordinate representation of color #964D50: hue angle of 357.53º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D50 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 80 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.41 |
| HSL | 357.53º | 0.32% | 0.45% | - |
| HSV(B) | 357.53º | 0.49% | 0.59% | - |
| XYZ | 16.68 | 12.37 | 9.1 | - |
| YUV | 99.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 80 | 0 | 0.49 | 0.47 | 0.41 | 357.53 | 0.32 | 0.45 |
| Hex | 96 | 4D | 50 | 0 | 31 | 2F | 29 | 166 | 20 | 2D |
| Octal | 226 | 115 | 120 | 0 | 61 | 57 | 51 | 546 | 40 | 55 |
| Binary | 10010110 | 1001101 | 1010000 | 0 | 110001 | 101111 | 101001 | 101100110 | 100000 | 101101 |
Color Harmonies of #964D50
Complementary color
Monochromatic Colors of #964D50
Black with #964D50
Text Example
Text Example
White with #964D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D50; }
p { color: rgb(150,77,80); }
H1.HeaderClassName
{
color: #964D50;
}
.AnyTagClassName
{
color: #964D50;
}
</style>
background-color css
<style>
a { background-color: #964D50; }
a { background-color: rgb(150,77,80); }
div.DivClassName
{
background-color: #964D50;
}
.BgClassName
{
background-color: #964D50;
}
</style>
border-color css
<style>
span { border-color: #964D50; }
span { border-color: rgb(150,77,80); }
td.TdClassName
{
border-color: #964D50;
}
.TagClassName
{
border-color: #964D50;
}
</style>