Shades of Solid Pink #954547
Tints of Solid Pink #954547
RGB
CMYK
RGB Variations
Color information
#954547 (or 0x954547) is known color: Solid Pink. HEX triplet: 95, 45 and 47. RGB value is (149,69,71). Sum of RGB (Red+Green+Blue) = 149+69+71=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #954547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954547 is #6ABAB8. Grayscale: #5D5D5D. Windows color (decimal): -6994617 or 4670869. OLE color: 4670869.
HSL color Cylindrical-coordinate representation of color #954547: hue angle of 358.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954547 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 69 | 71 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.42 |
| HSL | 358.5º | 0.37% | 0.43% | - |
| HSV(B) | 358.5º | 0.54% | 0.58% | - |
| XYZ | 15.66 | 11.1 | 7.28 | - |
| YUV | 93.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 71 | 0 | 0.54 | 0.52 | 0.42 | 358.5 | 0.37 | 0.43 |
| Hex | 95 | 45 | 47 | 0 | 36 | 34 | 2A | 166 | 25 | 2B |
| Octal | 225 | 105 | 107 | 0 | 66 | 64 | 52 | 546 | 45 | 53 |
| Binary | 10010101 | 1000101 | 1000111 | 0 | 110110 | 110100 | 101010 | 101100110 | 100101 | 101011 |
Color Harmonies of #954547
Complementary color
Monochromatic Colors of #954547
Black with #954547
Text Example
Text Example
White with #954547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954547; }
p { color: rgb(149,69,71); }
H1.HeaderClassName
{
color: #954547;
}
.AnyTagClassName
{
color: #954547;
}
</style>
background-color css
<style>
a { background-color: #954547; }
a { background-color: rgb(149,69,71); }
div.DivClassName
{
background-color: #954547;
}
.BgClassName
{
background-color: #954547;
}
</style>
border-color css
<style>
span { border-color: #954547; }
span { border-color: rgb(149,69,71); }
td.TdClassName
{
border-color: #954547;
}
.TagClassName
{
border-color: #954547;
}
</style>