Shades of Solid Pink #99474B
Tints of Solid Pink #99474B
RGB
CMYK
RGB Variations
Color information
#99474B (or 0x99474B) is known color: Solid Pink. HEX triplet: 99, 47 and 4B. RGB value is (153,71,75). Sum of RGB (Red+Green+Blue) = 153+71+75=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99474B is #66B8B4. Grayscale: #606060. Windows color (decimal): -6731957 or 4933529. OLE color: 4933529.
HSL color Cylindrical-coordinate representation of color #99474B: hue angle of 357.07º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99474B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 75 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.4 |
| HSL | 357.07º | 0.37% | 0.44% | - |
| HSV(B) | 357.07º | 0.54% | 0.6% | - |
| XYZ | 16.66 | 11.79 | 8.05 | - |
| YUV | 95.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 75 | 0 | 0.54 | 0.51 | 0.4 | 357.07 | 0.37 | 0.44 |
| Hex | 99 | 47 | 4B | 0 | 36 | 33 | 28 | 165 | 25 | 2C |
| Octal | 231 | 107 | 113 | 0 | 66 | 63 | 50 | 545 | 45 | 54 |
| Binary | 10011001 | 1000111 | 1001011 | 0 | 110110 | 110011 | 101000 | 101100101 | 100101 | 101100 |
Color Harmonies of #99474B
Complementary color
Monochromatic Colors of #99474B
Black with #99474B
Text Example
Text Example
White with #99474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99474B; }
p { color: rgb(153,71,75); }
H1.HeaderClassName
{
color: #99474B;
}
.AnyTagClassName
{
color: #99474B;
}
</style>
background-color css
<style>
a { background-color: #99474B; }
a { background-color: rgb(153,71,75); }
div.DivClassName
{
background-color: #99474B;
}
.BgClassName
{
background-color: #99474B;
}
</style>
border-color css
<style>
span { border-color: #99474B; }
span { border-color: rgb(153,71,75); }
td.TdClassName
{
border-color: #99474B;
}
.TagClassName
{
border-color: #99474B;
}
</style>