Shades of Solid Pink #954049
Tints of Solid Pink #954049
RGB
CMYK
RGB Variations
Color information
#954049 (or 0x954049) is known color: Solid Pink. HEX triplet: 95, 40 and 49. RGB value is (149,64,73). Sum of RGB (Red+Green+Blue) = 149+64+73=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #954049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954049 is #6ABFB6. Grayscale: #5A5A5A. Windows color (decimal): -6995895 or 4800661. OLE color: 4800661.
HSL color Cylindrical-coordinate representation of color #954049: hue angle of 353.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954049 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 73 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.42 |
| HSL | 353.65º | 0.4% | 0.42% | - |
| HSV(B) | 353.65º | 0.57% | 0.58% | - |
| XYZ | 15.43 | 10.54 | 7.52 | - |
| YUV | 90.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 73 | 0 | 0.57 | 0.51 | 0.42 | 353.65 | 0.4 | 0.42 |
| Hex | 95 | 40 | 49 | 0 | 39 | 33 | 2A | 162 | 28 | 2A |
| Octal | 225 | 100 | 111 | 0 | 71 | 63 | 52 | 542 | 50 | 52 |
| Binary | 10010101 | 1000000 | 1001001 | 0 | 111001 | 110011 | 101010 | 101100010 | 101000 | 101010 |
Color Harmonies of #954049
Complementary color
Monochromatic Colors of #954049
Black with #954049
Text Example
Text Example
White with #954049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954049; }
p { color: rgb(149,64,73); }
H1.HeaderClassName
{
color: #954049;
}
.AnyTagClassName
{
color: #954049;
}
</style>
background-color css
<style>
a { background-color: #954049; }
a { background-color: rgb(149,64,73); }
div.DivClassName
{
background-color: #954049;
}
.BgClassName
{
background-color: #954049;
}
</style>
border-color css
<style>
span { border-color: #954049; }
span { border-color: rgb(149,64,73); }
td.TdClassName
{
border-color: #954049;
}
.TagClassName
{
border-color: #954049;
}
</style>