Shades of Solid Pink #954448
Tints of Solid Pink #954448
RGB
CMYK
RGB Variations
Color information
#954448 (or 0x954448) is known color: Solid Pink. HEX triplet: 95, 44 and 48. RGB value is (149,68,72). Sum of RGB (Red+Green+Blue) = 149+68+72=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #954448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954448 is #6ABBB7. Grayscale: #5C5C5C. Windows color (decimal): -6994872 or 4736149. OLE color: 4736149.
HSL color Cylindrical-coordinate representation of color #954448: hue angle of 357.04º 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 #954448 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 72 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.42 |
| HSL | 357.04º | 0.37% | 0.43% | - |
| HSV(B) | 357.04º | 0.54% | 0.58% | - |
| XYZ | 15.63 | 10.99 | 7.43 | - |
| YUV | 92.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 72 | 0 | 0.54 | 0.52 | 0.42 | 357.04 | 0.37 | 0.43 |
| Hex | 95 | 44 | 48 | 0 | 36 | 34 | 2A | 165 | 25 | 2B |
| Octal | 225 | 104 | 110 | 0 | 66 | 64 | 52 | 545 | 45 | 53 |
| Binary | 10010101 | 1000100 | 1001000 | 0 | 110110 | 110100 | 101010 | 101100101 | 100101 | 101011 |
Color Harmonies of #954448
Complementary color
Monochromatic Colors of #954448
Black with #954448
Text Example
Text Example
White with #954448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954448; }
p { color: rgb(149,68,72); }
H1.HeaderClassName
{
color: #954448;
}
.AnyTagClassName
{
color: #954448;
}
</style>
background-color css
<style>
a { background-color: #954448; }
a { background-color: rgb(149,68,72); }
div.DivClassName
{
background-color: #954448;
}
.BgClassName
{
background-color: #954448;
}
</style>
border-color css
<style>
span { border-color: #954448; }
span { border-color: rgb(149,68,72); }
td.TdClassName
{
border-color: #954448;
}
.TagClassName
{
border-color: #954448;
}
</style>