Shades of Solid Pink #8B5255
Tints of Solid Pink #8B5255
RGB
CMYK
RGB Variations
Color information
#8B5255 (or 0x8B5255) is known color: Solid Pink. HEX triplet: 8B, 52 and 55. RGB value is (139,82,85). Sum of RGB (Red+Green+Blue) = 139+82+85=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5255 is #74ADAA. Grayscale: #636363. Windows color (decimal): -7646635 or 5591691. OLE color: 5591691.
HSL color Cylindrical-coordinate representation of color #8B5255: hue angle of 356.84º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5255 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 85 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.45 |
| HSL | 356.84º | 0.26% | 0.43% | - |
| HSV(B) | 356.84º | 0.41% | 0.55% | - |
| XYZ | 15.3 | 12.18 | 10.14 | - |
| YUV | 99.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 85 | 0 | 0.41 | 0.39 | 0.45 | 356.84 | 0.26 | 0.43 |
| Hex | 8B | 52 | 55 | 0 | 29 | 27 | 2D | 165 | 1A | 2B |
| Octal | 213 | 122 | 125 | 0 | 51 | 47 | 55 | 545 | 32 | 53 |
| Binary | 10001011 | 1010010 | 1010101 | 0 | 101001 | 100111 | 101101 | 101100101 | 11010 | 101011 |
Color Harmonies of #8B5255
Complementary color
Monochromatic Colors of #8B5255
Black with #8B5255
Text Example
Text Example
White with #8B5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5255; }
p { color: rgb(139,82,85); }
H1.HeaderClassName
{
color: #8B5255;
}
.AnyTagClassName
{
color: #8B5255;
}
</style>
background-color css
<style>
a { background-color: #8B5255; }
a { background-color: rgb(139,82,85); }
div.DivClassName
{
background-color: #8B5255;
}
.BgClassName
{
background-color: #8B5255;
}
</style>
border-color css
<style>
span { border-color: #8B5255; }
span { border-color: rgb(139,82,85); }
td.TdClassName
{
border-color: #8B5255;
}
.TagClassName
{
border-color: #8B5255;
}
</style>