Shades of Solid Pink #96484D
Tints of Solid Pink #96484D
RGB
CMYK
RGB Variations
Color information
#96484D (or 0x96484D) is known color: Solid Pink. HEX triplet: 96, 48 and 4D. RGB value is (150,72,77). Sum of RGB (Red+Green+Blue) = 150+72+77=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96484D is #69B7B2. Grayscale: #5F5F5F. Windows color (decimal): -6928307 or 5064854. OLE color: 5064854.
HSL color Cylindrical-coordinate representation of color #96484D: hue angle of 356.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96484D is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 77 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.41 |
| HSL | 356.15º | 0.35% | 0.44% | - |
| HSV(B) | 356.15º | 0.52% | 0.59% | - |
| XYZ | 16.23 | 11.65 | 8.42 | - |
| YUV | 95.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 77 | 0 | 0.52 | 0.49 | 0.41 | 356.15 | 0.35 | 0.44 |
| Hex | 96 | 48 | 4D | 0 | 34 | 31 | 29 | 164 | 23 | 2C |
| Octal | 226 | 110 | 115 | 0 | 64 | 61 | 51 | 544 | 43 | 54 |
| Binary | 10010110 | 1001000 | 1001101 | 0 | 110100 | 110001 | 101001 | 101100100 | 100011 | 101100 |
Color Harmonies of #96484D
Complementary color
Monochromatic Colors of #96484D
Black with #96484D
Text Example
Text Example
White with #96484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96484D; }
p { color: rgb(150,72,77); }
H1.HeaderClassName
{
color: #96484D;
}
.AnyTagClassName
{
color: #96484D;
}
</style>
background-color css
<style>
a { background-color: #96484D; }
a { background-color: rgb(150,72,77); }
div.DivClassName
{
background-color: #96484D;
}
.BgClassName
{
background-color: #96484D;
}
</style>
border-color css
<style>
span { border-color: #96484D; }
span { border-color: rgb(150,72,77); }
td.TdClassName
{
border-color: #96484D;
}
.TagClassName
{
border-color: #96484D;
}
</style>