Shades of Solid Pink #8B4654
Tints of Solid Pink #8B4654
RGB
CMYK
RGB Variations
Color information
#8B4654 (or 0x8B4654) is known color: Solid Pink. HEX triplet: 8B, 46 and 54. RGB value is (139,70,84). Sum of RGB (Red+Green+Blue) = 139+70+84=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4654 is #74B9AB. Grayscale: #5C5C5C. Windows color (decimal): -7649708 or 5523083. OLE color: 5523083.
HSL color Cylindrical-coordinate representation of color #8B4654: hue angle of 347.83º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4654 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 84 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.45 |
| HSL | 347.83º | 0.33% | 0.41% | - |
| HSV(B) | 347.83º | 0.5% | 0.55% | - |
| XYZ | 14.44 | 10.51 | 9.66 | - |
| YUV | 92.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 84 | 0 | 0.50 | 0.40 | 0.45 | 347.83 | 0.33 | 0.41 |
| Hex | 8B | 46 | 54 | 0 | 32 | 28 | 2D | 15C | 21 | 29 |
| Octal | 213 | 106 | 124 | 0 | 62 | 50 | 55 | 534 | 41 | 51 |
| Binary | 10001011 | 1000110 | 1010100 | 0 | 110010 | 101000 | 101101 | 101011100 | 100001 | 101001 |
Color Harmonies of #8B4654
Complementary color
Monochromatic Colors of #8B4654
Black with #8B4654
Text Example
Text Example
White with #8B4654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4654; }
p { color: rgb(139,70,84); }
H1.HeaderClassName
{
color: #8B4654;
}
.AnyTagClassName
{
color: #8B4654;
}
</style>
background-color css
<style>
a { background-color: #8B4654; }
a { background-color: rgb(139,70,84); }
div.DivClassName
{
background-color: #8B4654;
}
.BgClassName
{
background-color: #8B4654;
}
</style>
border-color css
<style>
span { border-color: #8B4654; }
span { border-color: rgb(139,70,84); }
td.TdClassName
{
border-color: #8B4654;
}
.TagClassName
{
border-color: #8B4654;
}
</style>