Shades of Rose Bud Cherry #86345C
Tints of Rose Bud Cherry #86345C
RGB
CMYK
RGB Variations
Color information
#86345C (or 0x86345C) is known color: Rose Bud Cherry. HEX triplet: 86, 34 and 5C. RGB value is (134,52,92). Sum of RGB (Red+Green+Blue) = 134+52+92=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86345C is #79CBA3. Grayscale: #515151. Windows color (decimal): -7981988 or 6042758. OLE color: 6042758.
HSL color Cylindrical-coordinate representation of color #86345C: hue angle of 330.73º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86345C is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 92 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.47 |
| HSL | 330.73º | 0.44% | 0.36% | - |
| HSV(B) | 330.73º | 0.61% | 0.53% | - |
| XYZ | 12.99 | 8.3 | 11.04 | - |
| YUV | 81.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 92 | 0 | 0.61 | 0.31 | 0.47 | 330.73 | 0.44 | 0.36 |
| Hex | 86 | 34 | 5C | 0 | 3D | 1F | 2F | 14B | 2C | 24 |
| Octal | 206 | 64 | 134 | 0 | 75 | 37 | 57 | 513 | 54 | 44 |
| Binary | 10000110 | 110100 | 1011100 | 0 | 111101 | 11111 | 101111 | 101001011 | 101100 | 100100 |
Color Harmonies of #86345C
Complementary color
Monochromatic Colors of #86345C
Black with #86345C
Text Example
Text Example
White with #86345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86345C; }
p { color: rgb(134,52,92); }
H1.HeaderClassName
{
color: #86345C;
}
.AnyTagClassName
{
color: #86345C;
}
</style>
background-color css
<style>
a { background-color: #86345C; }
a { background-color: rgb(134,52,92); }
div.DivClassName
{
background-color: #86345C;
}
.BgClassName
{
background-color: #86345C;
}
</style>
border-color css
<style>
span { border-color: #86345C; }
span { border-color: rgb(134,52,92); }
td.TdClassName
{
border-color: #86345C;
}
.TagClassName
{
border-color: #86345C;
}
</style>