Shades of Solid Pink #994D51
Tints of Solid Pink #994D51
RGB
CMYK
RGB Variations
Color information
#994D51 (or 0x994D51) is known color: Solid Pink. HEX triplet: 99, 4D and 51. RGB value is (153,77,81). Sum of RGB (Red+Green+Blue) = 153+77+81=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #994D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D51 is #66B2AE. Grayscale: #646464. Windows color (decimal): -6730415 or 5328281. OLE color: 5328281.
HSL color Cylindrical-coordinate representation of color #994D51: hue angle of 356.84º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D51 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 81 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.4 |
| HSL | 356.84º | 0.33% | 0.45% | - |
| HSV(B) | 356.84º | 0.5% | 0.6% | - |
| XYZ | 17.28 | 12.67 | 9.32 | - |
| YUV | 100.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 81 | 0 | 0.50 | 0.47 | 0.4 | 356.84 | 0.33 | 0.45 |
| Hex | 99 | 4D | 51 | 0 | 32 | 2F | 28 | 165 | 21 | 2D |
| Octal | 231 | 115 | 121 | 0 | 62 | 57 | 50 | 545 | 41 | 55 |
| Binary | 10011001 | 1001101 | 1010001 | 0 | 110010 | 101111 | 101000 | 101100101 | 100001 | 101101 |
Color Harmonies of #994D51
Complementary color
Monochromatic Colors of #994D51
Black with #994D51
Text Example
Text Example
White with #994D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D51; }
p { color: rgb(153,77,81); }
H1.HeaderClassName
{
color: #994D51;
}
.AnyTagClassName
{
color: #994D51;
}
</style>
background-color css
<style>
a { background-color: #994D51; }
a { background-color: rgb(153,77,81); }
div.DivClassName
{
background-color: #994D51;
}
.BgClassName
{
background-color: #994D51;
}
</style>
border-color css
<style>
span { border-color: #994D51; }
span { border-color: rgb(153,77,81); }
td.TdClassName
{
border-color: #994D51;
}
.TagClassName
{
border-color: #994D51;
}
</style>