Shades of Rose Bud Cherry #862D60
Tints of Rose Bud Cherry #862D60
RGB
CMYK
RGB Variations
Color information
#862D60 (or 0x862D60) is known color: Rose Bud Cherry. HEX triplet: 86, 2D and 60. RGB value is (134,45,96). Sum of RGB (Red+Green+Blue) = 134+45+96=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #862D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862D60 is #79D29F. Grayscale: #4D4D4D. Windows color (decimal): -7983776 or 6303110. OLE color: 6303110.
HSL color Cylindrical-coordinate representation of color #862D60: hue angle of 325.62º 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 #862D60 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 96 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.47 |
| HSL | 325.62º | 0.5% | 0.35% | - |
| HSV(B) | 325.62º | 0.66% | 0.53% | - |
| XYZ | 12.88 | 7.79 | 11.89 | - |
| YUV | 77.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 96 | 0 | 0.66 | 0.28 | 0.47 | 325.62 | 0.5 | 0.35 |
| Hex | 86 | 2D | 60 | 0 | 42 | 1C | 2F | 146 | 32 | 23 |
| Octal | 206 | 55 | 140 | 0 | 102 | 34 | 57 | 506 | 62 | 43 |
| Binary | 10000110 | 101101 | 1100000 | 0 | 1000010 | 11100 | 101111 | 101000110 | 110010 | 100011 |
Color Harmonies of #862D60
Complementary color
Monochromatic Colors of #862D60
Black with #862D60
Text Example
Text Example
White with #862D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D60; }
p { color: rgb(134,45,96); }
H1.HeaderClassName
{
color: #862D60;
}
.AnyTagClassName
{
color: #862D60;
}
</style>
background-color css
<style>
a { background-color: #862D60; }
a { background-color: rgb(134,45,96); }
div.DivClassName
{
background-color: #862D60;
}
.BgClassName
{
background-color: #862D60;
}
</style>
border-color css
<style>
span { border-color: #862D60; }
span { border-color: rgb(134,45,96); }
td.TdClassName
{
border-color: #862D60;
}
.TagClassName
{
border-color: #862D60;
}
</style>