Shades of Solid Pink #95454A
Tints of Solid Pink #95454A
RGB
CMYK
RGB Variations
Color information
#95454A (or 0x95454A) is known color: Solid Pink. HEX triplet: 95, 45 and 4A. RGB value is (149,69,74). Sum of RGB (Red+Green+Blue) = 149+69+74=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95454A is #6ABAB5. Grayscale: #5D5D5D. Windows color (decimal): -6994614 or 4867477. OLE color: 4867477.
HSL color Cylindrical-coordinate representation of color #95454A: hue angle of 356.25º 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 #95454A is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 69 | 74 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.42 |
| HSL | 356.25º | 0.37% | 0.43% | - |
| HSV(B) | 356.25º | 0.54% | 0.58% | - |
| XYZ | 15.76 | 11.14 | 7.8 | - |
| YUV | 93.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 74 | 0 | 0.54 | 0.50 | 0.42 | 356.25 | 0.37 | 0.43 |
| Hex | 95 | 45 | 4A | 0 | 36 | 32 | 2A | 164 | 25 | 2B |
| Octal | 225 | 105 | 112 | 0 | 66 | 62 | 52 | 544 | 45 | 53 |
| Binary | 10010101 | 1000101 | 1001010 | 0 | 110110 | 110010 | 101010 | 101100100 | 100101 | 101011 |
Color Harmonies of #95454A
Complementary color
Monochromatic Colors of #95454A
Black with #95454A
Text Example
Text Example
White with #95454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95454A; }
p { color: rgb(149,69,74); }
H1.HeaderClassName
{
color: #95454A;
}
.AnyTagClassName
{
color: #95454A;
}
</style>
background-color css
<style>
a { background-color: #95454A; }
a { background-color: rgb(149,69,74); }
div.DivClassName
{
background-color: #95454A;
}
.BgClassName
{
background-color: #95454A;
}
</style>
border-color css
<style>
span { border-color: #95454A; }
span { border-color: rgb(149,69,74); }
td.TdClassName
{
border-color: #95454A;
}
.TagClassName
{
border-color: #95454A;
}
</style>