Shades of Solid Pink #8B5355
Tints of Solid Pink #8B5355
RGB
CMYK
RGB Variations
Color information
#8B5355 (or 0x8B5355) is known color: Solid Pink. HEX triplet: 8B, 53 and 55. RGB value is (139,83,85). Sum of RGB (Red+Green+Blue) = 139+83+85=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5355 is #74ACAA. Grayscale: #646464. Windows color (decimal): -7646379 or 5591947. OLE color: 5591947.
HSL color Cylindrical-coordinate representation of color #8B5355: hue angle of 357.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5355 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 85 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.45 |
| HSL | 357.86º | 0.25% | 0.44% | - |
| HSV(B) | 357.86º | 0.4% | 0.55% | - |
| XYZ | 15.38 | 12.33 | 10.16 | - |
| YUV | 99.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 85 | 0 | 0.40 | 0.39 | 0.45 | 357.86 | 0.25 | 0.44 |
| Hex | 8B | 53 | 55 | 0 | 28 | 27 | 2D | 166 | 19 | 2C |
| Octal | 213 | 123 | 125 | 0 | 50 | 47 | 55 | 546 | 31 | 54 |
| Binary | 10001011 | 1010011 | 1010101 | 0 | 101000 | 100111 | 101101 | 101100110 | 11001 | 101100 |
Color Harmonies of #8B5355
Complementary color
Monochromatic Colors of #8B5355
Black with #8B5355
Text Example
Text Example
White with #8B5355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5355; }
p { color: rgb(139,83,85); }
H1.HeaderClassName
{
color: #8B5355;
}
.AnyTagClassName
{
color: #8B5355;
}
</style>
background-color css
<style>
a { background-color: #8B5355; }
a { background-color: rgb(139,83,85); }
div.DivClassName
{
background-color: #8B5355;
}
.BgClassName
{
background-color: #8B5355;
}
</style>
border-color css
<style>
span { border-color: #8B5355; }
span { border-color: rgb(139,83,85); }
td.TdClassName
{
border-color: #8B5355;
}
.TagClassName
{
border-color: #8B5355;
}
</style>