Shades of Solid Pink #95424B
Tints of Solid Pink #95424B
RGB
CMYK
RGB Variations
Color information
#95424B (or 0x95424B) is known color: Solid Pink. HEX triplet: 95, 42 and 4B. RGB value is (149,66,75). Sum of RGB (Red+Green+Blue) = 149+66+75=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95424B is #6ABDB4. Grayscale: #5B5B5B. Windows color (decimal): -6995381 or 4932245. OLE color: 4932245.
HSL color Cylindrical-coordinate representation of color #95424B: hue angle of 353.49º 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 #95424B is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 66 | 75 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.42 |
| HSL | 353.49º | 0.39% | 0.42% | - |
| HSV(B) | 353.49º | 0.56% | 0.58% | - |
| XYZ | 15.61 | 10.79 | 7.92 | - |
| YUV | 91.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 75 | 0 | 0.56 | 0.50 | 0.42 | 353.49 | 0.39 | 0.42 |
| Hex | 95 | 42 | 4B | 0 | 38 | 32 | 2A | 161 | 27 | 2A |
| Octal | 225 | 102 | 113 | 0 | 70 | 62 | 52 | 541 | 47 | 52 |
| Binary | 10010101 | 1000010 | 1001011 | 0 | 111000 | 110010 | 101010 | 101100001 | 100111 | 101010 |
Color Harmonies of #95424B
Complementary color
Monochromatic Colors of #95424B
Black with #95424B
Text Example
Text Example
White with #95424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95424B; }
p { color: rgb(149,66,75); }
H1.HeaderClassName
{
color: #95424B;
}
.AnyTagClassName
{
color: #95424B;
}
</style>
background-color css
<style>
a { background-color: #95424B; }
a { background-color: rgb(149,66,75); }
div.DivClassName
{
background-color: #95424B;
}
.BgClassName
{
background-color: #95424B;
}
</style>
border-color css
<style>
span { border-color: #95424B; }
span { border-color: rgb(149,66,75); }
td.TdClassName
{
border-color: #95424B;
}
.TagClassName
{
border-color: #95424B;
}
</style>