Shades of Solid Pink #8B5253
Tints of Solid Pink #8B5253
RGB
CMYK
RGB Variations
Color information
#8B5253 (or 0x8B5253) is known color: Solid Pink. HEX triplet: 8B, 52 and 53. RGB value is (139,82,83). Sum of RGB (Red+Green+Blue) = 139+82+83=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5253 is #74ADAC. Grayscale: #636363. Windows color (decimal): -7646637 or 5460619. OLE color: 5460619.
HSL color Cylindrical-coordinate representation of color #8B5253: hue angle of 358.95º 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 #8B5253 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 83 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.45 |
| HSL | 358.95º | 0.26% | 0.43% | - |
| HSV(B) | 358.95º | 0.41% | 0.55% | - |
| XYZ | 15.23 | 12.15 | 9.73 | - |
| YUV | 99.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 83 | 0 | 0.41 | 0.40 | 0.45 | 358.95 | 0.26 | 0.43 |
| Hex | 8B | 52 | 53 | 0 | 29 | 28 | 2D | 167 | 1A | 2B |
| Octal | 213 | 122 | 123 | 0 | 51 | 50 | 55 | 547 | 32 | 53 |
| Binary | 10001011 | 1010010 | 1010011 | 0 | 101001 | 101000 | 101101 | 101100111 | 11010 | 101011 |
Color Harmonies of #8B5253
Complementary color
Monochromatic Colors of #8B5253
Black with #8B5253
Text Example
Text Example
White with #8B5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5253; }
p { color: rgb(139,82,83); }
H1.HeaderClassName
{
color: #8B5253;
}
.AnyTagClassName
{
color: #8B5253;
}
</style>
background-color css
<style>
a { background-color: #8B5253; }
a { background-color: rgb(139,82,83); }
div.DivClassName
{
background-color: #8B5253;
}
.BgClassName
{
background-color: #8B5253;
}
</style>
border-color css
<style>
span { border-color: #8B5253; }
span { border-color: rgb(139,82,83); }
td.TdClassName
{
border-color: #8B5253;
}
.TagClassName
{
border-color: #8B5253;
}
</style>