Shades of Solid Pink #8B5055
Tints of Solid Pink #8B5055
RGB
CMYK
RGB Variations
Color information
#8B5055 (or 0x8B5055) is known color: Solid Pink. HEX triplet: 8B, 50 and 55. RGB value is (139,80,85). Sum of RGB (Red+Green+Blue) = 139+80+85=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5055 is #74AFAA. Grayscale: #626262. Windows color (decimal): -7647147 or 5591179. OLE color: 5591179.
HSL color Cylindrical-coordinate representation of color #8B5055: hue angle of 354.92º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5055 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 85 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.45 |
| HSL | 354.92º | 0.27% | 0.43% | - |
| HSV(B) | 354.92º | 0.42% | 0.55% | - |
| XYZ | 15.16 | 11.88 | 10.09 | - |
| YUV | 98.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 85 | 0 | 0.42 | 0.39 | 0.45 | 354.92 | 0.27 | 0.43 |
| Hex | 8B | 50 | 55 | 0 | 2A | 27 | 2D | 163 | 1B | 2B |
| Octal | 213 | 120 | 125 | 0 | 52 | 47 | 55 | 543 | 33 | 53 |
| Binary | 10001011 | 1010000 | 1010101 | 0 | 101010 | 100111 | 101101 | 101100011 | 11011 | 101011 |
Color Harmonies of #8B5055
Complementary color
Monochromatic Colors of #8B5055
Black with #8B5055
Text Example
Text Example
White with #8B5055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5055; }
p { color: rgb(139,80,85); }
H1.HeaderClassName
{
color: #8B5055;
}
.AnyTagClassName
{
color: #8B5055;
}
</style>
background-color css
<style>
a { background-color: #8B5055; }
a { background-color: rgb(139,80,85); }
div.DivClassName
{
background-color: #8B5055;
}
.BgClassName
{
background-color: #8B5055;
}
</style>
border-color css
<style>
span { border-color: #8B5055; }
span { border-color: rgb(139,80,85); }
td.TdClassName
{
border-color: #8B5055;
}
.TagClassName
{
border-color: #8B5055;
}
</style>