Shades of Rose Bud Cherry #862C53
Tints of Rose Bud Cherry #862C53
RGB
CMYK
RGB Variations
Color information
#862C53 (or 0x862C53) is known color: Rose Bud Cherry. HEX triplet: 86, 2C and 53. RGB value is (134,44,83). Sum of RGB (Red+Green+Blue) = 134+44+83=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #862C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C53 is #79D3AC. Grayscale: #4B4B4B. Windows color (decimal): -7984045 or 5450886. OLE color: 5450886.
HSL color Cylindrical-coordinate representation of color #862C53: hue angle of 334º 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 #862C53 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 83 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.47 |
| HSL | 334º | 0.51% | 0.35% | - |
| HSV(B) | 334º | 0.67% | 0.53% | - |
| XYZ | 12.29 | 7.49 | 8.98 | - |
| YUV | 75.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 83 | 0 | 0.67 | 0.38 | 0.47 | 334 | 0.51 | 0.35 |
| Hex | 86 | 2C | 53 | 0 | 43 | 26 | 2F | 14E | 33 | 23 |
| Octal | 206 | 54 | 123 | 0 | 103 | 46 | 57 | 516 | 63 | 43 |
| Binary | 10000110 | 101100 | 1010011 | 0 | 1000011 | 100110 | 101111 | 101001110 | 110011 | 100011 |
Color Harmonies of #862C53
Complementary color
Monochromatic Colors of #862C53
Black with #862C53
Text Example
Text Example
White with #862C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C53; }
p { color: rgb(134,44,83); }
H1.HeaderClassName
{
color: #862C53;
}
.AnyTagClassName
{
color: #862C53;
}
</style>
background-color css
<style>
a { background-color: #862C53; }
a { background-color: rgb(134,44,83); }
div.DivClassName
{
background-color: #862C53;
}
.BgClassName
{
background-color: #862C53;
}
</style>
border-color css
<style>
span { border-color: #862C53; }
span { border-color: rgb(134,44,83); }
td.TdClassName
{
border-color: #862C53;
}
.TagClassName
{
border-color: #862C53;
}
</style>