Shades of Solid Pink #984D4E
Tints of Solid Pink #984D4E
RGB
CMYK
RGB Variations
Color information
#984D4E (or 0x984D4E) is known color: Solid Pink. HEX triplet: 98, 4D and 4E. RGB value is (152,77,78). Sum of RGB (Red+Green+Blue) = 152+77+78=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #984D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D4E is #67B2B1. Grayscale: #636363. Windows color (decimal): -6795954 or 5131672. OLE color: 5131672.
HSL color Cylindrical-coordinate representation of color #984D4E: hue angle of 359.2º degrees, saturation: 0.33, 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 #984D4E is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 77 | 78 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.40 |
| HSL | 359.2º | 0.33% | 0.45% | - |
| HSV(B) | 359.2º | 0.49% | 0.6% | - |
| XYZ | 16.98 | 12.53 | 8.73 | - |
| YUV | 99.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 77 | 78 | 0 | 0.49 | 0.49 | 0.40 | 359.2 | 0.33 | 0.45 |
| Hex | 98 | 4D | 4E | 0 | 31 | 31 | 28 | 167 | 21 | 2D |
| Octal | 230 | 115 | 116 | 0 | 61 | 61 | 50 | 547 | 41 | 55 |
| Binary | 10011000 | 1001101 | 1001110 | 0 | 110001 | 110001 | 101000 | 101100111 | 100001 | 101101 |
Color Harmonies of #984D4E
Complementary color
Monochromatic Colors of #984D4E
Black with #984D4E
Text Example
Text Example
White with #984D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984D4E; }
p { color: rgb(152,77,78); }
H1.HeaderClassName
{
color: #984D4E;
}
.AnyTagClassName
{
color: #984D4E;
}
</style>
background-color css
<style>
a { background-color: #984D4E; }
a { background-color: rgb(152,77,78); }
div.DivClassName
{
background-color: #984D4E;
}
.BgClassName
{
background-color: #984D4E;
}
</style>
border-color css
<style>
span { border-color: #984D4E; }
span { border-color: rgb(152,77,78); }
td.TdClassName
{
border-color: #984D4E;
}
.TagClassName
{
border-color: #984D4E;
}
</style>