Shades of Rose Bud Cherry #862F5D
Tints of Rose Bud Cherry #862F5D
RGB
CMYK
RGB Variations
Color information
#862F5D (or 0x862F5D) is known color: Rose Bud Cherry. HEX triplet: 86, 2F and 5D. RGB value is (134,47,93). Sum of RGB (Red+Green+Blue) = 134+47+93=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #862F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862F5D is #79D0A2. Grayscale: #4E4E4E. Windows color (decimal): -7983267 or 6107014. OLE color: 6107014.
HSL color Cylindrical-coordinate representation of color #862F5D: hue angle of 328.28º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #862F5D is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 93 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.47 |
| HSL | 328.28º | 0.48% | 0.35% | - |
| HSV(B) | 328.28º | 0.65% | 0.53% | - |
| XYZ | 12.82 | 7.89 | 11.2 | - |
| YUV | 78.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 93 | 0 | 0.65 | 0.31 | 0.47 | 328.28 | 0.48 | 0.35 |
| Hex | 86 | 2F | 5D | 0 | 41 | 1F | 2F | 148 | 30 | 23 |
| Octal | 206 | 57 | 135 | 0 | 101 | 37 | 57 | 510 | 60 | 43 |
| Binary | 10000110 | 101111 | 1011101 | 0 | 1000001 | 11111 | 101111 | 101001000 | 110000 | 100011 |
Color Harmonies of #862F5D
Complementary color
Monochromatic Colors of #862F5D
Black with #862F5D
Text Example
Text Example
White with #862F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F5D; }
p { color: rgb(134,47,93); }
H1.HeaderClassName
{
color: #862F5D;
}
.AnyTagClassName
{
color: #862F5D;
}
</style>
background-color css
<style>
a { background-color: #862F5D; }
a { background-color: rgb(134,47,93); }
div.DivClassName
{
background-color: #862F5D;
}
.BgClassName
{
background-color: #862F5D;
}
</style>
border-color css
<style>
span { border-color: #862F5D; }
span { border-color: rgb(134,47,93); }
td.TdClassName
{
border-color: #862F5D;
}
.TagClassName
{
border-color: #862F5D;
}
</style>