Shades of Rose Bud Cherry #862D5C
Tints of Rose Bud Cherry #862D5C
RGB
CMYK
RGB Variations
Color information
#862D5C (or 0x862D5C) is known color: Rose Bud Cherry. HEX triplet: 86, 2D and 5C. RGB value is (134,45,92). Sum of RGB (Red+Green+Blue) = 134+45+92=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #862D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862D5C is #79D2A3. Grayscale: #4C4C4C. Windows color (decimal): -7983780 or 6040966. OLE color: 6040966.
HSL color Cylindrical-coordinate representation of color #862D5C: hue angle of 328.31º 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 #862D5C is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 92 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.47 |
| HSL | 328.31º | 0.5% | 0.35% | - |
| HSV(B) | 328.31º | 0.66% | 0.53% | - |
| XYZ | 12.7 | 7.72 | 10.95 | - |
| YUV | 76.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 92 | 0 | 0.66 | 0.31 | 0.47 | 328.31 | 0.5 | 0.35 |
| Hex | 86 | 2D | 5C | 0 | 42 | 1F | 2F | 148 | 32 | 23 |
| Octal | 206 | 55 | 134 | 0 | 102 | 37 | 57 | 510 | 62 | 43 |
| Binary | 10000110 | 101101 | 1011100 | 0 | 1000010 | 11111 | 101111 | 101001000 | 110010 | 100011 |
Color Harmonies of #862D5C
Complementary color
Monochromatic Colors of #862D5C
Black with #862D5C
Text Example
Text Example
White with #862D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D5C; }
p { color: rgb(134,45,92); }
H1.HeaderClassName
{
color: #862D5C;
}
.AnyTagClassName
{
color: #862D5C;
}
</style>
background-color css
<style>
a { background-color: #862D5C; }
a { background-color: rgb(134,45,92); }
div.DivClassName
{
background-color: #862D5C;
}
.BgClassName
{
background-color: #862D5C;
}
</style>
border-color css
<style>
span { border-color: #862D5C; }
span { border-color: rgb(134,45,92); }
td.TdClassName
{
border-color: #862D5C;
}
.TagClassName
{
border-color: #862D5C;
}
</style>