Shades of Rose Bud Cherry #86215A
Tints of Rose Bud Cherry #86215A
RGB
CMYK
RGB Variations
Color information
#86215A (or 0x86215A) is known color: Rose Bud Cherry. HEX triplet: 86, 21 and 5A. RGB value is (134,33,90). Sum of RGB (Red+Green+Blue) = 134+33+90=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #86215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86215A is #79DEA5. Grayscale: #454545. Windows color (decimal): -7986854 or 5906822. OLE color: 5906822.
HSL color Cylindrical-coordinate representation of color #86215A: hue angle of 326.14º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86215A is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 33 | 90 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.47 |
| HSL | 326.14º | 0.6% | 0.33% | - |
| HSV(B) | 326.14º | 0.75% | 0.53% | - |
| XYZ | 12.22 | 6.89 | 10.36 | - |
| YUV | 69.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 90 | 0 | 0.75 | 0.33 | 0.47 | 326.14 | 0.6 | 0.33 |
| Hex | 86 | 21 | 5A | 0 | 4B | 21 | 2F | 146 | 3C | 21 |
| Octal | 206 | 41 | 132 | 0 | 113 | 41 | 57 | 506 | 74 | 41 |
| Binary | 10000110 | 100001 | 1011010 | 0 | 1001011 | 100001 | 101111 | 101000110 | 111100 | 100001 |
Color Harmonies of #86215A
Complementary color
Monochromatic Colors of #86215A
Black with #86215A
Text Example
Text Example
White with #86215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86215A; }
p { color: rgb(134,33,90); }
H1.HeaderClassName
{
color: #86215A;
}
.AnyTagClassName
{
color: #86215A;
}
</style>
background-color css
<style>
a { background-color: #86215A; }
a { background-color: rgb(134,33,90); }
div.DivClassName
{
background-color: #86215A;
}
.BgClassName
{
background-color: #86215A;
}
</style>
border-color css
<style>
span { border-color: #86215A; }
span { border-color: rgb(134,33,90); }
td.TdClassName
{
border-color: #86215A;
}
.TagClassName
{
border-color: #86215A;
}
</style>