Shades of Rose Bud Cherry #862E55
Tints of Rose Bud Cherry #862E55
RGB
CMYK
RGB Variations
Color information
#862E55 (or 0x862E55) is known color: Rose Bud Cherry. HEX triplet: 86, 2E and 55. RGB value is (134,46,85). Sum of RGB (Red+Green+Blue) = 134+46+85=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #862E55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862E55 is #79D1AA. Grayscale: #4C4C4C. Windows color (decimal): -7983531 or 5582470. OLE color: 5582470.
HSL color Cylindrical-coordinate representation of color #862E55: hue angle of 333.41º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862E55 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 46 | 85 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.47 |
| HSL | 333.41º | 0.49% | 0.35% | - |
| HSV(B) | 333.41º | 0.66% | 0.53% | - |
| XYZ | 12.45 | 7.68 | 9.42 | - |
| YUV | 76.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 46 | 85 | 0 | 0.66 | 0.37 | 0.47 | 333.41 | 0.49 | 0.35 |
| Hex | 86 | 2E | 55 | 0 | 42 | 25 | 2F | 14D | 31 | 23 |
| Octal | 206 | 56 | 125 | 0 | 102 | 45 | 57 | 515 | 61 | 43 |
| Binary | 10000110 | 101110 | 1010101 | 0 | 1000010 | 100101 | 101111 | 101001101 | 110001 | 100011 |
Color Harmonies of #862E55
Complementary color
Monochromatic Colors of #862E55
Black with #862E55
Text Example
Text Example
White with #862E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862E55; }
p { color: rgb(134,46,85); }
H1.HeaderClassName
{
color: #862E55;
}
.AnyTagClassName
{
color: #862E55;
}
</style>
background-color css
<style>
a { background-color: #862E55; }
a { background-color: rgb(134,46,85); }
div.DivClassName
{
background-color: #862E55;
}
.BgClassName
{
background-color: #862E55;
}
</style>
border-color css
<style>
span { border-color: #862E55; }
span { border-color: rgb(134,46,85); }
td.TdClassName
{
border-color: #862E55;
}
.TagClassName
{
border-color: #862E55;
}
</style>