Shades of Rose Bud Cherry #86225D
Tints of Rose Bud Cherry #86225D
RGB
CMYK
RGB Variations
Color information
#86225D (or 0x86225D) is known color: Rose Bud Cherry. HEX triplet: 86, 22 and 5D. RGB value is (134,34,93). Sum of RGB (Red+Green+Blue) = 134+34+93=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86225D is #79DDA2. Grayscale: #464646. Windows color (decimal): -7986595 or 6103686. OLE color: 6103686.
HSL color Cylindrical-coordinate representation of color #86225D: hue angle of 324.6º 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 #86225D is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 93 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.47 |
| HSL | 324.6º | 0.6% | 0.33% | - |
| HSV(B) | 324.6º | 0.75% | 0.53% | - |
| XYZ | 12.38 | 7 | 11.06 | - |
| YUV | 70.63 | 140.63 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 93 | 0 | 0.75 | 0.31 | 0.47 | 324.6 | 0.6 | 0.33 |
| Hex | 86 | 22 | 5D | 0 | 4B | 1F | 2F | 145 | 3C | 21 |
| Octal | 206 | 42 | 135 | 0 | 113 | 37 | 57 | 505 | 74 | 41 |
| Binary | 10000110 | 100010 | 1011101 | 0 | 1001011 | 11111 | 101111 | 101000101 | 111100 | 100001 |
Color Harmonies of #86225D
Complementary color
Monochromatic Colors of #86225D
Black with #86225D
Text Example
Text Example
White with #86225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86225D; }
p { color: rgb(134,34,93); }
H1.HeaderClassName
{
color: #86225D;
}
.AnyTagClassName
{
color: #86225D;
}
</style>
background-color css
<style>
a { background-color: #86225D; }
a { background-color: rgb(134,34,93); }
div.DivClassName
{
background-color: #86225D;
}
.BgClassName
{
background-color: #86225D;
}
</style>
border-color css
<style>
span { border-color: #86225D; }
span { border-color: rgb(134,34,93); }
td.TdClassName
{
border-color: #86225D;
}
.TagClassName
{
border-color: #86225D;
}
</style>