Shades of Rose Bud Cherry #862D55
Tints of Rose Bud Cherry #862D55
RGB
CMYK
RGB Variations
Color information
#862D55 (or 0x862D55) is known color: Rose Bud Cherry. HEX triplet: 86, 2D and 55. RGB value is (134,45,85). Sum of RGB (Red+Green+Blue) = 134+45+85=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #862D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862D55 is #79D2AA. Grayscale: #4C4C4C. Windows color (decimal): -7983787 or 5582214. OLE color: 5582214.
HSL color Cylindrical-coordinate representation of color #862D55: hue angle of 333.03º degrees, saturation: 0.5, 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 #862D55 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 85 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.47 |
| HSL | 333.03º | 0.5% | 0.35% | - |
| HSV(B) | 333.03º | 0.66% | 0.53% | - |
| XYZ | 12.41 | 7.6 | 9.41 | - |
| YUV | 76.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 85 | 0 | 0.66 | 0.37 | 0.47 | 333.03 | 0.5 | 0.35 |
| Hex | 86 | 2D | 55 | 0 | 42 | 25 | 2F | 14D | 32 | 23 |
| Octal | 206 | 55 | 125 | 0 | 102 | 45 | 57 | 515 | 62 | 43 |
| Binary | 10000110 | 101101 | 1010101 | 0 | 1000010 | 100101 | 101111 | 101001101 | 110010 | 100011 |
Color Harmonies of #862D55
Complementary color
Monochromatic Colors of #862D55
Black with #862D55
Text Example
Text Example
White with #862D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D55; }
p { color: rgb(134,45,85); }
H1.HeaderClassName
{
color: #862D55;
}
.AnyTagClassName
{
color: #862D55;
}
</style>
background-color css
<style>
a { background-color: #862D55; }
a { background-color: rgb(134,45,85); }
div.DivClassName
{
background-color: #862D55;
}
.BgClassName
{
background-color: #862D55;
}
</style>
border-color css
<style>
span { border-color: #862D55; }
span { border-color: rgb(134,45,85); }
td.TdClassName
{
border-color: #862D55;
}
.TagClassName
{
border-color: #862D55;
}
</style>