Shades of Hippie Pink #9F545B
Tints of Hippie Pink #9F545B
RGB
CMYK
RGB Variations
Color information
#9F545B (or 0x9F545B) is known color: Hippie Pink. HEX triplet: 9F, 54 and 5B. RGB value is (159,84,91). Sum of RGB (Red+Green+Blue) = 159+84+91=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F545B is #60ABA4. Grayscale: #6B6B6B. Windows color (decimal): -6335397 or 5985439. OLE color: 5985439.
HSL color Cylindrical-coordinate representation of color #9F545B: hue angle of 354.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F545B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 84 | 91 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.38 |
| HSL | 354.4º | 0.31% | 0.48% | - |
| HSV(B) | 354.4º | 0.47% | 0.62% | - |
| XYZ | 19.36 | 14.47 | 11.67 | - |
| YUV | 107.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 91 | 0 | 0.47 | 0.43 | 0.38 | 354.4 | 0.31 | 0.48 |
| Hex | 9F | 54 | 5B | 0 | 2F | 2B | 26 | 162 | 1F | 30 |
| Octal | 237 | 124 | 133 | 0 | 57 | 53 | 46 | 542 | 37 | 60 |
| Binary | 10011111 | 1010100 | 1011011 | 0 | 101111 | 101011 | 100110 | 101100010 | 11111 | 110000 |
Color Harmonies of #9F545B
Complementary color
Monochromatic Colors of #9F545B
Black with #9F545B
Text Example
Text Example
White with #9F545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F545B; }
p { color: rgb(159,84,91); }
H1.HeaderClassName
{
color: #9F545B;
}
.AnyTagClassName
{
color: #9F545B;
}
</style>
background-color css
<style>
a { background-color: #9F545B; }
a { background-color: rgb(159,84,91); }
div.DivClassName
{
background-color: #9F545B;
}
.BgClassName
{
background-color: #9F545B;
}
</style>
border-color css
<style>
span { border-color: #9F545B; }
span { border-color: rgb(159,84,91); }
td.TdClassName
{
border-color: #9F545B;
}
.TagClassName
{
border-color: #9F545B;
}
</style>