Shades of Solid Pink #86464B
Tints of Solid Pink #86464B
RGB
CMYK
RGB Variations
Color information
#86464B (or 0x86464B) is known color: Solid Pink. HEX triplet: 86, 46 and 4B. RGB value is (134,70,75). Sum of RGB (Red+Green+Blue) = 134+70+75=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86464B is #79B9B4. Grayscale: #595959. Windows color (decimal): -7977397 or 4933254. OLE color: 4933254.
HSL color Cylindrical-coordinate representation of color #86464B: hue angle of 355.31º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86464B is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 70 | 75 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.47 |
| HSL | 355.31º | 0.31% | 0.4% | - |
| HSV(B) | 355.31º | 0.48% | 0.53% | - |
| XYZ | 13.29 | 9.96 | 7.88 | - |
| YUV | 89.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 75 | 0 | 0.48 | 0.44 | 0.47 | 355.31 | 0.31 | 0.4 |
| Hex | 86 | 46 | 4B | 0 | 30 | 2C | 2F | 163 | 1F | 28 |
| Octal | 206 | 106 | 113 | 0 | 60 | 54 | 57 | 543 | 37 | 50 |
| Binary | 10000110 | 1000110 | 1001011 | 0 | 110000 | 101100 | 101111 | 101100011 | 11111 | 101000 |
Color Harmonies of #86464B
Complementary color
Monochromatic Colors of #86464B
Black with #86464B
Text Example
Text Example
White with #86464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86464B; }
p { color: rgb(134,70,75); }
H1.HeaderClassName
{
color: #86464B;
}
.AnyTagClassName
{
color: #86464B;
}
</style>
background-color css
<style>
a { background-color: #86464B; }
a { background-color: rgb(134,70,75); }
div.DivClassName
{
background-color: #86464B;
}
.BgClassName
{
background-color: #86464B;
}
</style>
border-color css
<style>
span { border-color: #86464B; }
span { border-color: rgb(134,70,75); }
td.TdClassName
{
border-color: #86464B;
}
.TagClassName
{
border-color: #86464B;
}
</style>