Shades of Solid Pink #964446
Tints of Solid Pink #964446
RGB
CMYK
RGB Variations
Color information
#964446 (or 0x964446) is known color: Solid Pink. HEX triplet: 96, 44 and 46. RGB value is (150,68,70). Sum of RGB (Red+Green+Blue) = 150+68+70=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #964446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964446 is #69BBB9. Grayscale: #5C5C5C. Windows color (decimal): -6929338 or 4605078. OLE color: 4605078.
HSL color Cylindrical-coordinate representation of color #964446: hue angle of 358.54º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964446 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 70 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.41 |
| HSL | 358.54º | 0.38% | 0.43% | - |
| HSV(B) | 358.54º | 0.55% | 0.59% | - |
| XYZ | 15.75 | 11.06 | 7.1 | - |
| YUV | 92.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 70 | 0 | 0.55 | 0.53 | 0.41 | 358.54 | 0.38 | 0.43 |
| Hex | 96 | 44 | 46 | 0 | 37 | 35 | 29 | 167 | 26 | 2B |
| Octal | 226 | 104 | 106 | 0 | 67 | 65 | 51 | 547 | 46 | 53 |
| Binary | 10010110 | 1000100 | 1000110 | 0 | 110111 | 110101 | 101001 | 101100111 | 100110 | 101011 |
Color Harmonies of #964446
Complementary color
Monochromatic Colors of #964446
Black with #964446
Text Example
Text Example
White with #964446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964446; }
p { color: rgb(150,68,70); }
H1.HeaderClassName
{
color: #964446;
}
.AnyTagClassName
{
color: #964446;
}
</style>
background-color css
<style>
a { background-color: #964446; }
a { background-color: rgb(150,68,70); }
div.DivClassName
{
background-color: #964446;
}
.BgClassName
{
background-color: #964446;
}
</style>
border-color css
<style>
span { border-color: #964446; }
span { border-color: rgb(150,68,70); }
td.TdClassName
{
border-color: #964446;
}
.TagClassName
{
border-color: #964446;
}
</style>