Shades of Rose Bud Cherry #86375A
Tints of Rose Bud Cherry #86375A
RGB
CMYK
RGB Variations
Color information
#86375A (or 0x86375A) is known color: Rose Bud Cherry. HEX triplet: 86, 37 and 5A. RGB value is (134,55,90). Sum of RGB (Red+Green+Blue) = 134+55+90=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86375A is #79C8A5. Grayscale: #525252. Windows color (decimal): -7981222 or 5912454. OLE color: 5912454.
HSL color Cylindrical-coordinate representation of color #86375A: hue angle of 333.42º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86375A is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 55 | 90 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.47 |
| HSL | 333.42º | 0.42% | 0.37% | - |
| HSV(B) | 333.42º | 0.59% | 0.53% | - |
| XYZ | 13.04 | 8.54 | 10.63 | - |
| YUV | 82.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 90 | 0 | 0.59 | 0.33 | 0.47 | 333.42 | 0.42 | 0.37 |
| Hex | 86 | 37 | 5A | 0 | 3B | 21 | 2F | 14D | 2A | 25 |
| Octal | 206 | 67 | 132 | 0 | 73 | 41 | 57 | 515 | 52 | 45 |
| Binary | 10000110 | 110111 | 1011010 | 0 | 111011 | 100001 | 101111 | 101001101 | 101010 | 100101 |
Color Harmonies of #86375A
Complementary color
Monochromatic Colors of #86375A
Black with #86375A
Text Example
Text Example
White with #86375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86375A; }
p { color: rgb(134,55,90); }
H1.HeaderClassName
{
color: #86375A;
}
.AnyTagClassName
{
color: #86375A;
}
</style>
background-color css
<style>
a { background-color: #86375A; }
a { background-color: rgb(134,55,90); }
div.DivClassName
{
background-color: #86375A;
}
.BgClassName
{
background-color: #86375A;
}
</style>
border-color css
<style>
span { border-color: #86375A; }
span { border-color: rgb(134,55,90); }
td.TdClassName
{
border-color: #86375A;
}
.TagClassName
{
border-color: #86375A;
}
</style>