Shades of Solid Pink #8B4C51
Tints of Solid Pink #8B4C51
RGB
CMYK
RGB Variations
Color information
#8B4C51 (or 0x8B4C51) is known color: Solid Pink. HEX triplet: 8B, 4C and 51. RGB value is (139,76,81). Sum of RGB (Red+Green+Blue) = 139+76+81=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4C51 is #74B3AE. Grayscale: #5F5F5F. Windows color (decimal): -7648175 or 5328011. OLE color: 5328011.
HSL color Cylindrical-coordinate representation of color #8B4C51: hue angle of 355.24º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B4C51 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 76 | 81 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.45 |
| HSL | 355.24º | 0.29% | 0.42% | - |
| HSV(B) | 355.24º | 0.45% | 0.55% | - |
| XYZ | 14.72 | 11.25 | 9.18 | - |
| YUV | 95.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 76 | 81 | 0 | 0.45 | 0.42 | 0.45 | 355.24 | 0.29 | 0.42 |
| Hex | 8B | 4C | 51 | 0 | 2D | 2A | 2D | 163 | 1D | 2A |
| Octal | 213 | 114 | 121 | 0 | 55 | 52 | 55 | 543 | 35 | 52 |
| Binary | 10001011 | 1001100 | 1010001 | 0 | 101101 | 101010 | 101101 | 101100011 | 11101 | 101010 |
Color Harmonies of #8B4C51
Complementary color
Monochromatic Colors of #8B4C51
Black with #8B4C51
Text Example
Text Example
White with #8B4C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4C51; }
p { color: rgb(139,76,81); }
H1.HeaderClassName
{
color: #8B4C51;
}
.AnyTagClassName
{
color: #8B4C51;
}
</style>
background-color css
<style>
a { background-color: #8B4C51; }
a { background-color: rgb(139,76,81); }
div.DivClassName
{
background-color: #8B4C51;
}
.BgClassName
{
background-color: #8B4C51;
}
</style>
border-color css
<style>
span { border-color: #8B4C51; }
span { border-color: rgb(139,76,81); }
td.TdClassName
{
border-color: #8B4C51;
}
.TagClassName
{
border-color: #8B4C51;
}
</style>