Shades of Hippie Pink #9F515A
Tints of Hippie Pink #9F515A
RGB
CMYK
RGB Variations
Color information
#9F515A (or 0x9F515A) is known color: Hippie Pink. HEX triplet: 9F, 51 and 5A. RGB value is (159,81,90). Sum of RGB (Red+Green+Blue) = 159+81+90=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F515A is #60AEA5. Grayscale: #696969. Windows color (decimal): -6336166 or 5919135. OLE color: 5919135.
HSL color Cylindrical-coordinate representation of color #9F515A: hue angle of 353.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F515A is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 90 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.38 |
| HSL | 353.08º | 0.33% | 0.47% | - |
| HSV(B) | 353.08º | 0.49% | 0.62% | - |
| XYZ | 19.09 | 13.99 | 11.37 | - |
| YUV | 105.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 90 | 0 | 0.49 | 0.43 | 0.38 | 353.08 | 0.33 | 0.47 |
| Hex | 9F | 51 | 5A | 0 | 31 | 2B | 26 | 161 | 20 | 2F |
| Octal | 237 | 121 | 132 | 0 | 61 | 53 | 46 | 541 | 40 | 57 |
| Binary | 10011111 | 1010001 | 1011010 | 0 | 110001 | 101011 | 100110 | 101100001 | 100000 | 101111 |
Color Harmonies of #9F515A
Complementary color
Monochromatic Colors of #9F515A
Black with #9F515A
Text Example
Text Example
White with #9F515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F515A; }
p { color: rgb(159,81,90); }
H1.HeaderClassName
{
color: #9F515A;
}
.AnyTagClassName
{
color: #9F515A;
}
</style>
background-color css
<style>
a { background-color: #9F515A; }
a { background-color: rgb(159,81,90); }
div.DivClassName
{
background-color: #9F515A;
}
.BgClassName
{
background-color: #9F515A;
}
</style>
border-color css
<style>
span { border-color: #9F515A; }
span { border-color: rgb(159,81,90); }
td.TdClassName
{
border-color: #9F515A;
}
.TagClassName
{
border-color: #9F515A;
}
</style>