Shades of Solid Pink #995051
Tints of Solid Pink #995051
RGB
CMYK
RGB Variations
Color information
#995051 (or 0x995051) is known color: Solid Pink. HEX triplet: 99, 50 and 51. RGB value is (153,80,81). Sum of RGB (Red+Green+Blue) = 153+80+81=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #995051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995051 is #66AFAE. Grayscale: #666666. Windows color (decimal): -6729647 or 5329049. OLE color: 5329049.
HSL color Cylindrical-coordinate representation of color #995051: hue angle of 359.18º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995051 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 80 | 81 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.4 |
| HSL | 359.18º | 0.31% | 0.46% | - |
| HSV(B) | 359.18º | 0.48% | 0.6% | - |
| XYZ | 17.49 | 13.1 | 9.39 | - |
| YUV | 101.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 80 | 81 | 0 | 0.48 | 0.47 | 0.4 | 359.18 | 0.31 | 0.46 |
| Hex | 99 | 50 | 51 | 0 | 30 | 2F | 28 | 167 | 1F | 2E |
| Octal | 231 | 120 | 121 | 0 | 60 | 57 | 50 | 547 | 37 | 56 |
| Binary | 10011001 | 1010000 | 1010001 | 0 | 110000 | 101111 | 101000 | 101100111 | 11111 | 101110 |
Color Harmonies of #995051
Complementary color
Monochromatic Colors of #995051
Black with #995051
Text Example
Text Example
White with #995051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995051; }
p { color: rgb(153,80,81); }
H1.HeaderClassName
{
color: #995051;
}
.AnyTagClassName
{
color: #995051;
}
</style>
background-color css
<style>
a { background-color: #995051; }
a { background-color: rgb(153,80,81); }
div.DivClassName
{
background-color: #995051;
}
.BgClassName
{
background-color: #995051;
}
</style>
border-color css
<style>
span { border-color: #995051; }
span { border-color: rgb(153,80,81); }
td.TdClassName
{
border-color: #995051;
}
.TagClassName
{
border-color: #995051;
}
</style>