Shades of Hippie Pink #9F525D
Tints of Hippie Pink #9F525D
RGB
CMYK
RGB Variations
Color information
#9F525D (or 0x9F525D) is known color: Hippie Pink. HEX triplet: 9F, 52 and 5D. RGB value is (159,82,93). Sum of RGB (Red+Green+Blue) = 159+82+93=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F525D is #60ADA2. Grayscale: #6A6A6A. Windows color (decimal): -6335907 or 6115999. OLE color: 6115999.
HSL color Cylindrical-coordinate representation of color #9F525D: hue angle of 351.43º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F525D is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 93 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.38 |
| HSL | 351.43º | 0.32% | 0.47% | - |
| HSV(B) | 351.43º | 0.48% | 0.62% | - |
| XYZ | 19.29 | 14.2 | 12.08 | - |
| YUV | 106.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 93 | 0 | 0.48 | 0.42 | 0.38 | 351.43 | 0.32 | 0.47 |
| Hex | 9F | 52 | 5D | 0 | 30 | 2A | 26 | 15F | 20 | 2F |
| Octal | 237 | 122 | 135 | 0 | 60 | 52 | 46 | 537 | 40 | 57 |
| Binary | 10011111 | 1010010 | 1011101 | 0 | 110000 | 101010 | 100110 | 101011111 | 100000 | 101111 |
Color Harmonies of #9F525D
Complementary color
Monochromatic Colors of #9F525D
Black with #9F525D
Text Example
Text Example
White with #9F525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F525D; }
p { color: rgb(159,82,93); }
H1.HeaderClassName
{
color: #9F525D;
}
.AnyTagClassName
{
color: #9F525D;
}
</style>
background-color css
<style>
a { background-color: #9F525D; }
a { background-color: rgb(159,82,93); }
div.DivClassName
{
background-color: #9F525D;
}
.BgClassName
{
background-color: #9F525D;
}
</style>
border-color css
<style>
span { border-color: #9F525D; }
span { border-color: rgb(159,82,93); }
td.TdClassName
{
border-color: #9F525D;
}
.TagClassName
{
border-color: #9F525D;
}
</style>