Shades of Solid Pink #99484D
Tints of Solid Pink #99484D
RGB
CMYK
RGB Variations
Color information
#99484D (or 0x99484D) is known color: Solid Pink. HEX triplet: 99, 48 and 4D. RGB value is (153,72,77). Sum of RGB (Red+Green+Blue) = 153+72+77=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99484D is #66B7B2. Grayscale: #606060. Windows color (decimal): -6731699 or 5064857. OLE color: 5064857.
HSL color Cylindrical-coordinate representation of color #99484D: hue angle of 356.3º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99484D is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 77 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.4 |
| HSL | 356.3º | 0.36% | 0.44% | - |
| HSV(B) | 356.3º | 0.53% | 0.6% | - |
| XYZ | 16.79 | 11.94 | 8.44 | - |
| YUV | 96.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 77 | 0 | 0.53 | 0.50 | 0.4 | 356.3 | 0.36 | 0.44 |
| Hex | 99 | 48 | 4D | 0 | 35 | 32 | 28 | 164 | 24 | 2C |
| Octal | 231 | 110 | 115 | 0 | 65 | 62 | 50 | 544 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1001101 | 0 | 110101 | 110010 | 101000 | 101100100 | 100100 | 101100 |
Color Harmonies of #99484D
Complementary color
Monochromatic Colors of #99484D
Black with #99484D
Text Example
Text Example
White with #99484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99484D; }
p { color: rgb(153,72,77); }
H1.HeaderClassName
{
color: #99484D;
}
.AnyTagClassName
{
color: #99484D;
}
</style>
background-color css
<style>
a { background-color: #99484D; }
a { background-color: rgb(153,72,77); }
div.DivClassName
{
background-color: #99484D;
}
.BgClassName
{
background-color: #99484D;
}
</style>
border-color css
<style>
span { border-color: #99484D; }
span { border-color: rgb(153,72,77); }
td.TdClassName
{
border-color: #99484D;
}
.TagClassName
{
border-color: #99484D;
}
</style>