Shades of Solid Pink #954849
Tints of Solid Pink #954849
RGB
CMYK
RGB Variations
Color information
#954849 (or 0x954849) is known color: Solid Pink. HEX triplet: 95, 48 and 49. RGB value is (149,72,73). Sum of RGB (Red+Green+Blue) = 149+72+73=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #954849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954849 is #6AB7B6. Grayscale: #5F5F5F. Windows color (decimal): -6993847 or 4802709. OLE color: 4802709.
HSL color Cylindrical-coordinate representation of color #954849: hue angle of 359.22º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954849 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 72 | 73 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.42 |
| HSL | 359.22º | 0.35% | 0.43% | - |
| HSV(B) | 359.22º | 0.52% | 0.58% | - |
| XYZ | 15.91 | 11.51 | 7.69 | - |
| YUV | 95.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 72 | 73 | 0 | 0.52 | 0.51 | 0.42 | 359.22 | 0.35 | 0.43 |
| Hex | 95 | 48 | 49 | 0 | 34 | 33 | 2A | 167 | 23 | 2B |
| Octal | 225 | 110 | 111 | 0 | 64 | 63 | 52 | 547 | 43 | 53 |
| Binary | 10010101 | 1001000 | 1001001 | 0 | 110100 | 110011 | 101010 | 101100111 | 100011 | 101011 |
Color Harmonies of #954849
Complementary color
Monochromatic Colors of #954849
Black with #954849
Text Example
Text Example
White with #954849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954849; }
p { color: rgb(149,72,73); }
H1.HeaderClassName
{
color: #954849;
}
.AnyTagClassName
{
color: #954849;
}
</style>
background-color css
<style>
a { background-color: #954849; }
a { background-color: rgb(149,72,73); }
div.DivClassName
{
background-color: #954849;
}
.BgClassName
{
background-color: #954849;
}
</style>
border-color css
<style>
span { border-color: #954849; }
span { border-color: rgb(149,72,73); }
td.TdClassName
{
border-color: #954849;
}
.TagClassName
{
border-color: #954849;
}
</style>