Shades of Solid Pink #8B595A
Tints of Solid Pink #8B595A
RGB
CMYK
RGB Variations
Color information
#8B595A (or 0x8B595A) is known color: Solid Pink. HEX triplet: 8B, 59 and 5A. RGB value is (139,89,90). Sum of RGB (Red+Green+Blue) = 139+89+90=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B595A is #74A6A5. Grayscale: #686868. Windows color (decimal): -7644838 or 5921163. OLE color: 5921163.
HSL color Cylindrical-coordinate representation of color #8B595A: hue angle of 358.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B595A is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 89 | 90 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.45 |
| HSL | 358.8º | 0.22% | 0.45% | - |
| HSV(B) | 358.8º | 0.36% | 0.55% | - |
| XYZ | 16.07 | 13.37 | 11.41 | - |
| YUV | 104.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 90 | 0 | 0.36 | 0.35 | 0.45 | 358.8 | 0.22 | 0.45 |
| Hex | 8B | 59 | 5A | 0 | 24 | 23 | 2D | 167 | 16 | 2D |
| Octal | 213 | 131 | 132 | 0 | 44 | 43 | 55 | 547 | 26 | 55 |
| Binary | 10001011 | 1011001 | 1011010 | 0 | 100100 | 100011 | 101101 | 101100111 | 10110 | 101101 |
Color Harmonies of #8B595A
Complementary color
Monochromatic Colors of #8B595A
Black with #8B595A
Text Example
Text Example
White with #8B595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B595A; }
p { color: rgb(139,89,90); }
H1.HeaderClassName
{
color: #8B595A;
}
.AnyTagClassName
{
color: #8B595A;
}
</style>
background-color css
<style>
a { background-color: #8B595A; }
a { background-color: rgb(139,89,90); }
div.DivClassName
{
background-color: #8B595A;
}
.BgClassName
{
background-color: #8B595A;
}
</style>
border-color css
<style>
span { border-color: #8B595A; }
span { border-color: rgb(139,89,90); }
td.TdClassName
{
border-color: #8B595A;
}
.TagClassName
{
border-color: #8B595A;
}
</style>