Shades of Solid Pink #96474B
Tints of Solid Pink #96474B
RGB
CMYK
RGB Variations
Color information
#96474B (or 0x96474B) is known color: Solid Pink. HEX triplet: 96, 47 and 4B. RGB value is (150,71,75). Sum of RGB (Red+Green+Blue) = 150+71+75=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96474B is #69B8B4. Grayscale: #5F5F5F. Windows color (decimal): -6928565 or 4933526. OLE color: 4933526.
HSL color Cylindrical-coordinate representation of color #96474B: hue angle of 356.96º 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 #96474B is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 71 | 75 | - |
| CMYK | 0 | 0.53 | 0.5 | 0.41 |
| HSL | 356.96º | 0.36% | 0.43% | - |
| HSV(B) | 356.96º | 0.53% | 0.59% | - |
| XYZ | 16.1 | 11.5 | 8.03 | - |
| YUV | 95.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 75 | 0 | 0.53 | 0.5 | 0.41 | 356.96 | 0.36 | 0.43 |
| Hex | 96 | 47 | 4B | 0 | 35 | 32 | 29 | 165 | 24 | 2B |
| Octal | 226 | 107 | 113 | 0 | 65 | 62 | 51 | 545 | 44 | 53 |
| Binary | 10010110 | 1000111 | 1001011 | 0 | 110101 | 110010 | 101001 | 101100101 | 100100 | 101011 |
Color Harmonies of #96474B
Complementary color
Monochromatic Colors of #96474B
Black with #96474B
Text Example
Text Example
White with #96474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96474B; }
p { color: rgb(150,71,75); }
H1.HeaderClassName
{
color: #96474B;
}
.AnyTagClassName
{
color: #96474B;
}
</style>
background-color css
<style>
a { background-color: #96474B; }
a { background-color: rgb(150,71,75); }
div.DivClassName
{
background-color: #96474B;
}
.BgClassName
{
background-color: #96474B;
}
</style>
border-color css
<style>
span { border-color: #96474B; }
span { border-color: rgb(150,71,75); }
td.TdClassName
{
border-color: #96474B;
}
.TagClassName
{
border-color: #96474B;
}
</style>