Shades of Rose Bud Cherry #862C59
Tints of Rose Bud Cherry #862C59
RGB
CMYK
RGB Variations
Color information
#862C59 (or 0x862C59) is known color: Rose Bud Cherry. HEX triplet: 86, 2C and 59. RGB value is (134,44,89). Sum of RGB (Red+Green+Blue) = 134+44+89=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #862C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C59 is #79D3A6. Grayscale: #4B4B4B. Windows color (decimal): -7984039 or 5844102. OLE color: 5844102.
HSL color Cylindrical-coordinate representation of color #862C59: hue angle of 330º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C59 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 89 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.47 |
| HSL | 330º | 0.51% | 0.35% | - |
| HSV(B) | 330º | 0.67% | 0.53% | - |
| XYZ | 12.54 | 7.59 | 10.26 | - |
| YUV | 76.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 89 | 0 | 0.67 | 0.34 | 0.47 | 330 | 0.51 | 0.35 |
| Hex | 86 | 2C | 59 | 0 | 43 | 22 | 2F | 14A | 33 | 23 |
| Octal | 206 | 54 | 131 | 0 | 103 | 42 | 57 | 512 | 63 | 43 |
| Binary | 10000110 | 101100 | 1011001 | 0 | 1000011 | 100010 | 101111 | 101001010 | 110011 | 100011 |
Color Harmonies of #862C59
Complementary color
Monochromatic Colors of #862C59
Black with #862C59
Text Example
Text Example
White with #862C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C59; }
p { color: rgb(134,44,89); }
H1.HeaderClassName
{
color: #862C59;
}
.AnyTagClassName
{
color: #862C59;
}
</style>
background-color css
<style>
a { background-color: #862C59; }
a { background-color: rgb(134,44,89); }
div.DivClassName
{
background-color: #862C59;
}
.BgClassName
{
background-color: #862C59;
}
</style>
border-color css
<style>
span { border-color: #862C59; }
span { border-color: rgb(134,44,89); }
td.TdClassName
{
border-color: #862C59;
}
.TagClassName
{
border-color: #862C59;
}
</style>