Shades of Hippie Pink #9F525B
Tints of Hippie Pink #9F525B
RGB
CMYK
RGB Variations
Color information
#9F525B (or 0x9F525B) is known color: Hippie Pink. HEX triplet: 9F, 52 and 5B. RGB value is (159,82,91). Sum of RGB (Red+Green+Blue) = 159+82+91=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F525B is #60ADA4. Grayscale: #6A6A6A. Windows color (decimal): -6335909 or 5984927. OLE color: 5984927.
HSL color Cylindrical-coordinate representation of color #9F525B: hue angle of 352.99º 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 #9F525B is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 91 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.38 |
| HSL | 352.99º | 0.32% | 0.47% | - |
| HSV(B) | 352.99º | 0.48% | 0.62% | - |
| XYZ | 19.2 | 14.16 | 11.62 | - |
| YUV | 106.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 91 | 0 | 0.48 | 0.43 | 0.38 | 352.99 | 0.32 | 0.47 |
| Hex | 9F | 52 | 5B | 0 | 30 | 2B | 26 | 161 | 20 | 2F |
| Octal | 237 | 122 | 133 | 0 | 60 | 53 | 46 | 541 | 40 | 57 |
| Binary | 10011111 | 1010010 | 1011011 | 0 | 110000 | 101011 | 100110 | 101100001 | 100000 | 101111 |
Color Harmonies of #9F525B
Complementary color
Monochromatic Colors of #9F525B
Black with #9F525B
Text Example
Text Example
White with #9F525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F525B; }
p { color: rgb(159,82,91); }
H1.HeaderClassName
{
color: #9F525B;
}
.AnyTagClassName
{
color: #9F525B;
}
</style>
background-color css
<style>
a { background-color: #9F525B; }
a { background-color: rgb(159,82,91); }
div.DivClassName
{
background-color: #9F525B;
}
.BgClassName
{
background-color: #9F525B;
}
</style>
border-color css
<style>
span { border-color: #9F525B; }
span { border-color: rgb(159,82,91); }
td.TdClassName
{
border-color: #9F525B;
}
.TagClassName
{
border-color: #9F525B;
}
</style>