Shades of Solid Pink #99484A
Tints of Solid Pink #99484A
RGB
CMYK
RGB Variations
Color information
#99484A (or 0x99484A) is known color: Solid Pink. HEX triplet: 99, 48 and 4A. RGB value is (153,72,74). Sum of RGB (Red+Green+Blue) = 153+72+74=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99484A is #66B7B5. Grayscale: #606060. Windows color (decimal): -6731702 or 4868249. OLE color: 4868249.
HSL color Cylindrical-coordinate representation of color #99484A: hue angle of 358.52º 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 #99484A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 74 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.4 |
| HSL | 358.52º | 0.36% | 0.44% | - |
| HSV(B) | 358.52º | 0.53% | 0.6% | - |
| XYZ | 16.69 | 11.9 | 7.9 | - |
| YUV | 96.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 74 | 0 | 0.53 | 0.52 | 0.4 | 358.52 | 0.36 | 0.44 |
| Hex | 99 | 48 | 4A | 0 | 35 | 34 | 28 | 167 | 24 | 2C |
| Octal | 231 | 110 | 112 | 0 | 65 | 64 | 50 | 547 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1001010 | 0 | 110101 | 110100 | 101000 | 101100111 | 100100 | 101100 |
Color Harmonies of #99484A
Complementary color
Monochromatic Colors of #99484A
Black with #99484A
Text Example
Text Example
White with #99484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99484A; }
p { color: rgb(153,72,74); }
H1.HeaderClassName
{
color: #99484A;
}
.AnyTagClassName
{
color: #99484A;
}
</style>
background-color css
<style>
a { background-color: #99484A; }
a { background-color: rgb(153,72,74); }
div.DivClassName
{
background-color: #99484A;
}
.BgClassName
{
background-color: #99484A;
}
</style>
border-color css
<style>
span { border-color: #99484A; }
span { border-color: rgb(153,72,74); }
td.TdClassName
{
border-color: #99484A;
}
.TagClassName
{
border-color: #99484A;
}
</style>