Shades of Solid Pink #984E4F
Tints of Solid Pink #984E4F
RGB
CMYK
RGB Variations
Color information
#984E4F (or 0x984E4F) is known color: Solid Pink. HEX triplet: 98, 4E and 4F. RGB value is (152,78,79). Sum of RGB (Red+Green+Blue) = 152+78+79=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #984E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E4F is #67B1B0. Grayscale: #646464. Windows color (decimal): -6795697 or 5197464. OLE color: 5197464.
HSL color Cylindrical-coordinate representation of color #984E4F: hue angle of 359.19º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #984E4F is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 79 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.40 |
| HSL | 359.19º | 0.32% | 0.45% | - |
| HSV(B) | 359.19º | 0.49% | 0.6% | - |
| XYZ | 17.08 | 12.69 | 8.95 | - |
| YUV | 100.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 79 | 0 | 0.49 | 0.48 | 0.40 | 359.19 | 0.32 | 0.45 |
| Hex | 98 | 4E | 4F | 0 | 31 | 30 | 28 | 167 | 20 | 2D |
| Octal | 230 | 116 | 117 | 0 | 61 | 60 | 50 | 547 | 40 | 55 |
| Binary | 10011000 | 1001110 | 1001111 | 0 | 110001 | 110000 | 101000 | 101100111 | 100000 | 101101 |
Color Harmonies of #984E4F
Complementary color
Monochromatic Colors of #984E4F
Black with #984E4F
Text Example
Text Example
White with #984E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E4F; }
p { color: rgb(152,78,79); }
H1.HeaderClassName
{
color: #984E4F;
}
.AnyTagClassName
{
color: #984E4F;
}
</style>
background-color css
<style>
a { background-color: #984E4F; }
a { background-color: rgb(152,78,79); }
div.DivClassName
{
background-color: #984E4F;
}
.BgClassName
{
background-color: #984E4F;
}
</style>
border-color css
<style>
span { border-color: #984E4F; }
span { border-color: rgb(152,78,79); }
td.TdClassName
{
border-color: #984E4F;
}
.TagClassName
{
border-color: #984E4F;
}
</style>