Shades of Hippie Pink #9F575A
Tints of Hippie Pink #9F575A
RGB
CMYK
RGB Variations
Color information
#9F575A (or 0x9F575A) is known color: Hippie Pink. HEX triplet: 9F, 57 and 5A. RGB value is (159,87,90). Sum of RGB (Red+Green+Blue) = 159+87+90=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F575A is #60A8A5. Grayscale: #6C6C6C. Windows color (decimal): -6334630 or 5920671. OLE color: 5920671.
HSL color Cylindrical-coordinate representation of color #9F575A: hue angle of 357.5º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F575A is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 87 | 90 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.38 |
| HSL | 357.5º | 0.29% | 0.48% | - |
| HSV(B) | 357.5º | 0.45% | 0.62% | - |
| XYZ | 19.55 | 14.93 | 11.52 | - |
| YUV | 108.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 90 | 0 | 0.45 | 0.43 | 0.38 | 357.5 | 0.29 | 0.48 |
| Hex | 9F | 57 | 5A | 0 | 2D | 2B | 26 | 166 | 1D | 30 |
| Octal | 237 | 127 | 132 | 0 | 55 | 53 | 46 | 546 | 35 | 60 |
| Binary | 10011111 | 1010111 | 1011010 | 0 | 101101 | 101011 | 100110 | 101100110 | 11101 | 110000 |
Color Harmonies of #9F575A
Complementary color
Monochromatic Colors of #9F575A
Black with #9F575A
Text Example
Text Example
White with #9F575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F575A; }
p { color: rgb(159,87,90); }
H1.HeaderClassName
{
color: #9F575A;
}
.AnyTagClassName
{
color: #9F575A;
}
</style>
background-color css
<style>
a { background-color: #9F575A; }
a { background-color: rgb(159,87,90); }
div.DivClassName
{
background-color: #9F575A;
}
.BgClassName
{
background-color: #9F575A;
}
</style>
border-color css
<style>
span { border-color: #9F575A; }
span { border-color: rgb(159,87,90); }
td.TdClassName
{
border-color: #9F575A;
}
.TagClassName
{
border-color: #9F575A;
}
</style>