Shades of Rose Bud Cherry #86215C
Tints of Rose Bud Cherry #86215C
RGB
CMYK
RGB Variations
Color information
#86215C (or 0x86215C) is known color: Rose Bud Cherry. HEX triplet: 86, 21 and 5C. RGB value is (134,33,92). Sum of RGB (Red+Green+Blue) = 134+33+92=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86215C is #79DEA3. Grayscale: #454545. Windows color (decimal): -7986852 or 6037894. OLE color: 6037894.
HSL color Cylindrical-coordinate representation of color #86215C: hue angle of 324.95º 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 #86215C is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 33 | 92 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.47 |
| HSL | 324.95º | 0.6% | 0.33% | - |
| HSV(B) | 324.95º | 0.75% | 0.53% | - |
| XYZ | 12.31 | 6.93 | 10.81 | - |
| YUV | 69.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 92 | 0 | 0.75 | 0.31 | 0.47 | 324.95 | 0.6 | 0.33 |
| Hex | 86 | 21 | 5C | 0 | 4B | 1F | 2F | 145 | 3C | 21 |
| Octal | 206 | 41 | 134 | 0 | 113 | 37 | 57 | 505 | 74 | 41 |
| Binary | 10000110 | 100001 | 1011100 | 0 | 1001011 | 11111 | 101111 | 101000101 | 111100 | 100001 |
Color Harmonies of #86215C
Complementary color
Monochromatic Colors of #86215C
Black with #86215C
Text Example
Text Example
White with #86215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86215C; }
p { color: rgb(134,33,92); }
H1.HeaderClassName
{
color: #86215C;
}
.AnyTagClassName
{
color: #86215C;
}
</style>
background-color css
<style>
a { background-color: #86215C; }
a { background-color: rgb(134,33,92); }
div.DivClassName
{
background-color: #86215C;
}
.BgClassName
{
background-color: #86215C;
}
</style>
border-color css
<style>
span { border-color: #86215C; }
span { border-color: rgb(134,33,92); }
td.TdClassName
{
border-color: #86215C;
}
.TagClassName
{
border-color: #86215C;
}
</style>