Shades of Trendy Pink #86437B
Tints of Trendy Pink #86437B
RGB
CMYK
RGB Variations
Color information
#86437B (or 0x86437B) is known color: Trendy Pink. HEX triplet: 86, 43 and 7B. RGB value is (134,67,123). Sum of RGB (Red+Green+Blue) = 134+67+123=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #86437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86437B is #79BC84. Grayscale: #5D5D5D. Windows color (decimal): -7978117 or 8078214. OLE color: 8078214.
HSL color Cylindrical-coordinate representation of color #86437B: hue angle of 309.85º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86437B is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 67 | 123 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.47 |
| HSL | 309.85º | 0.33% | 0.39% | - |
| HSV(B) | 309.85º | 0.5% | 0.53% | - |
| XYZ | 15.41 | 10.51 | 19.96 | - |
| YUV | 93.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 67 | 123 | 0 | 0.5 | 0.08 | 0.47 | 309.85 | 0.33 | 0.39 |
| Hex | 86 | 43 | 7B | 0 | 32 | 8 | 2F | 136 | 21 | 27 |
| Octal | 206 | 103 | 173 | 0 | 62 | 10 | 57 | 466 | 41 | 47 |
| Binary | 10000110 | 1000011 | 1111011 | 0 | 110010 | 1000 | 101111 | 100110110 | 100001 | 100111 |
Color Harmonies of #86437B
Complementary color
Monochromatic Colors of #86437B
Black with #86437B
Text Example
Text Example
White with #86437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86437B; }
p { color: rgb(134,67,123); }
H1.HeaderClassName
{
color: #86437B;
}
.AnyTagClassName
{
color: #86437B;
}
</style>
background-color css
<style>
a { background-color: #86437B; }
a { background-color: rgb(134,67,123); }
div.DivClassName
{
background-color: #86437B;
}
.BgClassName
{
background-color: #86437B;
}
</style>
border-color css
<style>
span { border-color: #86437B; }
span { border-color: rgb(134,67,123); }
td.TdClassName
{
border-color: #86437B;
}
.TagClassName
{
border-color: #86437B;
}
</style>