Shades of Solid Pink #994B50
Tints of Solid Pink #994B50
RGB
CMYK
RGB Variations
Color information
#994B50 (or 0x994B50) is known color: Solid Pink. HEX triplet: 99, 4B and 50. RGB value is (153,75,80). Sum of RGB (Red+Green+Blue) = 153+75+80=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #994B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B50 is #66B4AF. Grayscale: #626262. Windows color (decimal): -6730928 or 5262233. OLE color: 5262233.
HSL color Cylindrical-coordinate representation of color #994B50: hue angle of 356.15º 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 #994B50 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 80 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.4 |
| HSL | 356.15º | 0.34% | 0.45% | - |
| HSV(B) | 356.15º | 0.51% | 0.6% | - |
| XYZ | 17.1 | 12.38 | 9.08 | - |
| YUV | 98.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 80 | 0 | 0.51 | 0.48 | 0.4 | 356.15 | 0.34 | 0.45 |
| Hex | 99 | 4B | 50 | 0 | 33 | 30 | 28 | 164 | 22 | 2D |
| Octal | 231 | 113 | 120 | 0 | 63 | 60 | 50 | 544 | 42 | 55 |
| Binary | 10011001 | 1001011 | 1010000 | 0 | 110011 | 110000 | 101000 | 101100100 | 100010 | 101101 |
Color Harmonies of #994B50
Complementary color
Monochromatic Colors of #994B50
Black with #994B50
Text Example
Text Example
White with #994B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B50; }
p { color: rgb(153,75,80); }
H1.HeaderClassName
{
color: #994B50;
}
.AnyTagClassName
{
color: #994B50;
}
</style>
background-color css
<style>
a { background-color: #994B50; }
a { background-color: rgb(153,75,80); }
div.DivClassName
{
background-color: #994B50;
}
.BgClassName
{
background-color: #994B50;
}
</style>
border-color css
<style>
span { border-color: #994B50; }
span { border-color: rgb(153,75,80); }
td.TdClassName
{
border-color: #994B50;
}
.TagClassName
{
border-color: #994B50;
}
</style>