Shades of Solid Pink #8B474F
Tints of Solid Pink #8B474F
RGB
CMYK
RGB Variations
Color information
#8B474F (or 0x8B474F) is known color: Solid Pink. HEX triplet: 8B, 47 and 4F. RGB value is (139,71,79). Sum of RGB (Red+Green+Blue) = 139+71+79=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B474F is #74B8B0. Grayscale: #5C5C5C. Windows color (decimal): -7649457 or 5195659. OLE color: 5195659.
HSL color Cylindrical-coordinate representation of color #8B474F: hue angle of 352.94º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B474F is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 71 | 79 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.45 |
| HSL | 352.94º | 0.32% | 0.41% | - |
| HSV(B) | 352.94º | 0.49% | 0.55% | - |
| XYZ | 14.31 | 10.56 | 8.68 | - |
| YUV | 92.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 79 | 0 | 0.49 | 0.43 | 0.45 | 352.94 | 0.32 | 0.41 |
| Hex | 8B | 47 | 4F | 0 | 31 | 2B | 2D | 161 | 20 | 29 |
| Octal | 213 | 107 | 117 | 0 | 61 | 53 | 55 | 541 | 40 | 51 |
| Binary | 10001011 | 1000111 | 1001111 | 0 | 110001 | 101011 | 101101 | 101100001 | 100000 | 101001 |
Color Harmonies of #8B474F
Complementary color
Monochromatic Colors of #8B474F
Black with #8B474F
Text Example
Text Example
White with #8B474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B474F; }
p { color: rgb(139,71,79); }
H1.HeaderClassName
{
color: #8B474F;
}
.AnyTagClassName
{
color: #8B474F;
}
</style>
background-color css
<style>
a { background-color: #8B474F; }
a { background-color: rgb(139,71,79); }
div.DivClassName
{
background-color: #8B474F;
}
.BgClassName
{
background-color: #8B474F;
}
</style>
border-color css
<style>
span { border-color: #8B474F; }
span { border-color: rgb(139,71,79); }
td.TdClassName
{
border-color: #8B474F;
}
.TagClassName
{
border-color: #8B474F;
}
</style>