Shades of Hippie Pink #9D4D51
Tints of Hippie Pink #9D4D51
RGB
CMYK
RGB Variations
Color information
#9D4D51 (or 0x9D4D51) is known color: Hippie Pink. HEX triplet: 9D, 4D and 51. RGB value is (157,77,81). Sum of RGB (Red+Green+Blue) = 157+77+81=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D51 is #62B2AE. Grayscale: #656565. Windows color (decimal): -6468271 or 5328285. OLE color: 5328285.
HSL color Cylindrical-coordinate representation of color #9D4D51: hue angle of 357º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D4D51 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 81 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.38 |
| HSL | 357º | 0.34% | 0.46% | - |
| HSV(B) | 357º | 0.51% | 0.62% | - |
| XYZ | 18.04 | 13.07 | 9.36 | - |
| YUV | 101.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 81 | 0 | 0.51 | 0.48 | 0.38 | 357 | 0.34 | 0.46 |
| Hex | 9D | 4D | 51 | 0 | 33 | 30 | 26 | 165 | 22 | 2E |
| Octal | 235 | 115 | 121 | 0 | 63 | 60 | 46 | 545 | 42 | 56 |
| Binary | 10011101 | 1001101 | 1010001 | 0 | 110011 | 110000 | 100110 | 101100101 | 100010 | 101110 |
Color Harmonies of #9D4D51
Complementary color
Monochromatic Colors of #9D4D51
Black with #9D4D51
Text Example
Text Example
White with #9D4D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D51; }
p { color: rgb(157,77,81); }
H1.HeaderClassName
{
color: #9D4D51;
}
.AnyTagClassName
{
color: #9D4D51;
}
</style>
background-color css
<style>
a { background-color: #9D4D51; }
a { background-color: rgb(157,77,81); }
div.DivClassName
{
background-color: #9D4D51;
}
.BgClassName
{
background-color: #9D4D51;
}
</style>
border-color css
<style>
span { border-color: #9D4D51; }
span { border-color: rgb(157,77,81); }
td.TdClassName
{
border-color: #9D4D51;
}
.TagClassName
{
border-color: #9D4D51;
}
</style>