Shades of Solid Pink #86474A
Tints of Solid Pink #86474A
RGB
CMYK
RGB Variations
Color information
#86474A (or 0x86474A) is known color: Solid Pink. HEX triplet: 86, 47 and 4A. RGB value is (134,71,74). Sum of RGB (Red+Green+Blue) = 134+71+74=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86474A is #79B8B5. Grayscale: #5A5A5A. Windows color (decimal): -7977142 or 4867974. OLE color: 4867974.
HSL color Cylindrical-coordinate representation of color #86474A: hue angle of 357.14º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86474A is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 71 | 74 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.47 |
| HSL | 357.14º | 0.31% | 0.4% | - |
| HSV(B) | 357.14º | 0.47% | 0.53% | - |
| XYZ | 13.32 | 10.07 | 7.72 | - |
| YUV | 90.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 71 | 74 | 0 | 0.47 | 0.45 | 0.47 | 357.14 | 0.31 | 0.4 |
| Hex | 86 | 47 | 4A | 0 | 2F | 2D | 2F | 165 | 1F | 28 |
| Octal | 206 | 107 | 112 | 0 | 57 | 55 | 57 | 545 | 37 | 50 |
| Binary | 10000110 | 1000111 | 1001010 | 0 | 101111 | 101101 | 101111 | 101100101 | 11111 | 101000 |
Color Harmonies of #86474A
Complementary color
Monochromatic Colors of #86474A
Black with #86474A
Text Example
Text Example
White with #86474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86474A; }
p { color: rgb(134,71,74); }
H1.HeaderClassName
{
color: #86474A;
}
.AnyTagClassName
{
color: #86474A;
}
</style>
background-color css
<style>
a { background-color: #86474A; }
a { background-color: rgb(134,71,74); }
div.DivClassName
{
background-color: #86474A;
}
.BgClassName
{
background-color: #86474A;
}
</style>
border-color css
<style>
span { border-color: #86474A; }
span { border-color: rgb(134,71,74); }
td.TdClassName
{
border-color: #86474A;
}
.TagClassName
{
border-color: #86474A;
}
</style>