Shades of Solid Pink #955051
Tints of Solid Pink #955051
RGB
CMYK
RGB Variations
Color information
#955051 (or 0x955051) is known color: Solid Pink. HEX triplet: 95, 50 and 51. RGB value is (149,80,81). Sum of RGB (Red+Green+Blue) = 149+80+81=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #955051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955051 is #6AAFAE. Grayscale: #646464. Windows color (decimal): -6991791 or 5329045. OLE color: 5329045.
HSL color Cylindrical-coordinate representation of color #955051: hue angle of 359.13º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955051 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 81 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.42 |
| HSL | 359.13º | 0.3% | 0.45% | - |
| HSV(B) | 359.13º | 0.46% | 0.58% | - |
| XYZ | 16.75 | 12.72 | 9.36 | - |
| YUV | 100.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 81 | 0 | 0.46 | 0.46 | 0.42 | 359.13 | 0.3 | 0.45 |
| Hex | 95 | 50 | 51 | 0 | 2E | 2E | 2A | 167 | 1E | 2D |
| Octal | 225 | 120 | 121 | 0 | 56 | 56 | 52 | 547 | 36 | 55 |
| Binary | 10010101 | 1010000 | 1010001 | 0 | 101110 | 101110 | 101010 | 101100111 | 11110 | 101101 |
Color Harmonies of #955051
Complementary color
Monochromatic Colors of #955051
Black with #955051
Text Example
Text Example
White with #955051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955051; }
p { color: rgb(149,80,81); }
H1.HeaderClassName
{
color: #955051;
}
.AnyTagClassName
{
color: #955051;
}
</style>
background-color css
<style>
a { background-color: #955051; }
a { background-color: rgb(149,80,81); }
div.DivClassName
{
background-color: #955051;
}
.BgClassName
{
background-color: #955051;
}
</style>
border-color css
<style>
span { border-color: #955051; }
span { border-color: rgb(149,80,81); }
td.TdClassName
{
border-color: #955051;
}
.TagClassName
{
border-color: #955051;
}
</style>