Shades of Solid Pink #8B585A
Tints of Solid Pink #8B585A
RGB
CMYK
RGB Variations
Color information
#8B585A (or 0x8B585A) is known color: Solid Pink. HEX triplet: 8B, 58 and 5A. RGB value is (139,88,90). Sum of RGB (Red+Green+Blue) = 139+88+90=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B585A is #74A7A5. Grayscale: #676767. Windows color (decimal): -7645094 or 5920907. OLE color: 5920907.
HSL color Cylindrical-coordinate representation of color #8B585A: hue angle of 357.65º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B585A is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 90 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.45 |
| HSL | 357.65º | 0.22% | 0.45% | - |
| HSV(B) | 357.65º | 0.37% | 0.55% | - |
| XYZ | 15.98 | 13.21 | 11.38 | - |
| YUV | 103.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 90 | 0 | 0.37 | 0.35 | 0.45 | 357.65 | 0.22 | 0.45 |
| Hex | 8B | 58 | 5A | 0 | 25 | 23 | 2D | 166 | 16 | 2D |
| Octal | 213 | 130 | 132 | 0 | 45 | 43 | 55 | 546 | 26 | 55 |
| Binary | 10001011 | 1011000 | 1011010 | 0 | 100101 | 100011 | 101101 | 101100110 | 10110 | 101101 |
Color Harmonies of #8B585A
Complementary color
Monochromatic Colors of #8B585A
Black with #8B585A
Text Example
Text Example
White with #8B585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B585A; }
p { color: rgb(139,88,90); }
H1.HeaderClassName
{
color: #8B585A;
}
.AnyTagClassName
{
color: #8B585A;
}
</style>
background-color css
<style>
a { background-color: #8B585A; }
a { background-color: rgb(139,88,90); }
div.DivClassName
{
background-color: #8B585A;
}
.BgClassName
{
background-color: #8B585A;
}
</style>
border-color css
<style>
span { border-color: #8B585A; }
span { border-color: rgb(139,88,90); }
td.TdClassName
{
border-color: #8B585A;
}
.TagClassName
{
border-color: #8B585A;
}
</style>