Shades of Solid Pink #984B52
Tints of Solid Pink #984B52
RGB
CMYK
RGB Variations
Color information
#984B52 (or 0x984B52) is known color: Solid Pink. HEX triplet: 98, 4B and 52. RGB value is (152,75,82). Sum of RGB (Red+Green+Blue) = 152+75+82=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #984B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984B52 is #67B4AD. Grayscale: #626262. Windows color (decimal): -6796462 or 5393304. OLE color: 5393304.
HSL color Cylindrical-coordinate representation of color #984B52: hue angle of 354.55º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984B52 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 75 | 82 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.40 |
| HSL | 354.55º | 0.34% | 0.45% | - |
| HSV(B) | 354.55º | 0.51% | 0.6% | - |
| XYZ | 16.99 | 12.32 | 9.46 | - |
| YUV | 98.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 82 | 0 | 0.51 | 0.46 | 0.40 | 354.55 | 0.34 | 0.45 |
| Hex | 98 | 4B | 52 | 0 | 33 | 2E | 28 | 163 | 22 | 2D |
| Octal | 230 | 113 | 122 | 0 | 63 | 56 | 50 | 543 | 42 | 55 |
| Binary | 10011000 | 1001011 | 1010010 | 0 | 110011 | 101110 | 101000 | 101100011 | 100010 | 101101 |
Color Harmonies of #984B52
Complementary color
Monochromatic Colors of #984B52
Black with #984B52
Text Example
Text Example
White with #984B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984B52; }
p { color: rgb(152,75,82); }
H1.HeaderClassName
{
color: #984B52;
}
.AnyTagClassName
{
color: #984B52;
}
</style>
background-color css
<style>
a { background-color: #984B52; }
a { background-color: rgb(152,75,82); }
div.DivClassName
{
background-color: #984B52;
}
.BgClassName
{
background-color: #984B52;
}
</style>
border-color css
<style>
span { border-color: #984B52; }
span { border-color: rgb(152,75,82); }
td.TdClassName
{
border-color: #984B52;
}
.TagClassName
{
border-color: #984B52;
}
</style>