Shades of Solid Pink #964B4D
Tints of Solid Pink #964B4D
RGB
CMYK
RGB Variations
Color information
#964B4D (or 0x964B4D) is known color: Solid Pink. HEX triplet: 96, 4B and 4D. RGB value is (150,75,77). Sum of RGB (Red+Green+Blue) = 150+75+77=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #964B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B4D is #69B4B2. Grayscale: #616161. Windows color (decimal): -6927539 or 5065622. OLE color: 5065622.
HSL color Cylindrical-coordinate representation of color #964B4D: hue angle of 358.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 #964B4D is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 77 | - |
| CMYK | 0 | 0.5 | 0.49 | 0.41 |
| HSL | 358.4º | 0.33% | 0.44% | - |
| HSV(B) | 358.4º | 0.5% | 0.59% | - |
| XYZ | 16.43 | 12.05 | 8.48 | - |
| YUV | 97.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 77 | 0 | 0.5 | 0.49 | 0.41 | 358.4 | 0.33 | 0.44 |
| Hex | 96 | 4B | 4D | 0 | 32 | 31 | 29 | 166 | 21 | 2C |
| Octal | 226 | 113 | 115 | 0 | 62 | 61 | 51 | 546 | 41 | 54 |
| Binary | 10010110 | 1001011 | 1001101 | 0 | 110010 | 110001 | 101001 | 101100110 | 100001 | 101100 |
Color Harmonies of #964B4D
Complementary color
Monochromatic Colors of #964B4D
Black with #964B4D
Text Example
Text Example
White with #964B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B4D; }
p { color: rgb(150,75,77); }
H1.HeaderClassName
{
color: #964B4D;
}
.AnyTagClassName
{
color: #964B4D;
}
</style>
background-color css
<style>
a { background-color: #964B4D; }
a { background-color: rgb(150,75,77); }
div.DivClassName
{
background-color: #964B4D;
}
.BgClassName
{
background-color: #964B4D;
}
</style>
border-color css
<style>
span { border-color: #964B4D; }
span { border-color: rgb(150,75,77); }
td.TdClassName
{
border-color: #964B4D;
}
.TagClassName
{
border-color: #964B4D;
}
</style>