Shades of Solid Pink #95424A
Tints of Solid Pink #95424A
RGB
CMYK
RGB Variations
Color information
#95424A (or 0x95424A) is known color: Solid Pink. HEX triplet: 95, 42 and 4A. RGB value is (149,66,74). Sum of RGB (Red+Green+Blue) = 149+66+74=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #95424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95424A is #6ABDB5. Grayscale: #5B5B5B. Windows color (decimal): -6995382 or 4866709. OLE color: 4866709.
HSL color Cylindrical-coordinate representation of color #95424A: hue angle of 354.22º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95424A is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 66 | 74 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.42 |
| HSL | 354.22º | 0.39% | 0.42% | - |
| HSV(B) | 354.22º | 0.56% | 0.58% | - |
| XYZ | 15.58 | 10.78 | 7.74 | - |
| YUV | 91.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 74 | 0 | 0.56 | 0.50 | 0.42 | 354.22 | 0.39 | 0.42 |
| Hex | 95 | 42 | 4A | 0 | 38 | 32 | 2A | 162 | 27 | 2A |
| Octal | 225 | 102 | 112 | 0 | 70 | 62 | 52 | 542 | 47 | 52 |
| Binary | 10010101 | 1000010 | 1001010 | 0 | 111000 | 110010 | 101010 | 101100010 | 100111 | 101010 |
Color Harmonies of #95424A
Complementary color
Monochromatic Colors of #95424A
Black with #95424A
Text Example
Text Example
White with #95424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95424A; }
p { color: rgb(149,66,74); }
H1.HeaderClassName
{
color: #95424A;
}
.AnyTagClassName
{
color: #95424A;
}
</style>
background-color css
<style>
a { background-color: #95424A; }
a { background-color: rgb(149,66,74); }
div.DivClassName
{
background-color: #95424A;
}
.BgClassName
{
background-color: #95424A;
}
</style>
border-color css
<style>
span { border-color: #95424A; }
span { border-color: rgb(149,66,74); }
td.TdClassName
{
border-color: #95424A;
}
.TagClassName
{
border-color: #95424A;
}
</style>