Shades of Solid Pink #984B4C
Tints of Solid Pink #984B4C
RGB
CMYK
RGB Variations
Color information
#984B4C (or 0x984B4C) is known color: Solid Pink. HEX triplet: 98, 4B and 4C. RGB value is (152,75,76). Sum of RGB (Red+Green+Blue) = 152+75+76=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #984B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B4C is #67B4B3. Grayscale: #626262. Windows color (decimal): -6796468 or 5000088. OLE color: 5000088.
HSL color Cylindrical-coordinate representation of color #984B4C: hue angle of 359.22º 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 #984B4C is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 75 | 76 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.40 |
| HSL | 359.22º | 0.34% | 0.45% | - |
| HSV(B) | 359.22º | 0.51% | 0.6% | - |
| XYZ | 16.77 | 12.23 | 8.31 | - |
| YUV | 98.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 76 | 0 | 0.51 | 0.50 | 0.40 | 359.22 | 0.34 | 0.45 |
| Hex | 98 | 4B | 4C | 0 | 33 | 32 | 28 | 167 | 22 | 2D |
| Octal | 230 | 113 | 114 | 0 | 63 | 62 | 50 | 547 | 42 | 55 |
| Binary | 10011000 | 1001011 | 1001100 | 0 | 110011 | 110010 | 101000 | 101100111 | 100010 | 101101 |
Color Harmonies of #984B4C
Complementary color
Monochromatic Colors of #984B4C
Black with #984B4C
Text Example
Text Example
White with #984B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984B4C; }
p { color: rgb(152,75,76); }
H1.HeaderClassName
{
color: #984B4C;
}
.AnyTagClassName
{
color: #984B4C;
}
</style>
background-color css
<style>
a { background-color: #984B4C; }
a { background-color: rgb(152,75,76); }
div.DivClassName
{
background-color: #984B4C;
}
.BgClassName
{
background-color: #984B4C;
}
</style>
border-color css
<style>
span { border-color: #984B4C; }
span { border-color: rgb(152,75,76); }
td.TdClassName
{
border-color: #984B4C;
}
.TagClassName
{
border-color: #984B4C;
}
</style>