Shades of Rose Bud Cherry #86265E
Tints of Rose Bud Cherry #86265E
RGB
CMYK
RGB Variations
Color information
#86265E (or 0x86265E) is known color: Rose Bud Cherry. HEX triplet: 86, 26 and 5E. RGB value is (134,38,94). Sum of RGB (Red+Green+Blue) = 134+38+94=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86265E is #79D9A1. Grayscale: #484848. Windows color (decimal): -7985570 or 6170246. OLE color: 6170246.
HSL color Cylindrical-coordinate representation of color #86265E: hue angle of 325º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86265E is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 38 | 94 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.47 |
| HSL | 325º | 0.56% | 0.34% | - |
| HSV(B) | 325º | 0.72% | 0.53% | - |
| XYZ | 12.55 | 7.26 | 11.33 | - |
| YUV | 73.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 94 | 0 | 0.72 | 0.30 | 0.47 | 325 | 0.56 | 0.34 |
| Hex | 86 | 26 | 5E | 0 | 48 | 1E | 2F | 145 | 38 | 22 |
| Octal | 206 | 46 | 136 | 0 | 110 | 36 | 57 | 505 | 70 | 42 |
| Binary | 10000110 | 100110 | 1011110 | 0 | 1001000 | 11110 | 101111 | 101000101 | 111000 | 100010 |
Color Harmonies of #86265E
Complementary color
Monochromatic Colors of #86265E
Black with #86265E
Text Example
Text Example
White with #86265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86265E; }
p { color: rgb(134,38,94); }
H1.HeaderClassName
{
color: #86265E;
}
.AnyTagClassName
{
color: #86265E;
}
</style>
background-color css
<style>
a { background-color: #86265E; }
a { background-color: rgb(134,38,94); }
div.DivClassName
{
background-color: #86265E;
}
.BgClassName
{
background-color: #86265E;
}
</style>
border-color css
<style>
span { border-color: #86265E; }
span { border-color: rgb(134,38,94); }
td.TdClassName
{
border-color: #86265E;
}
.TagClassName
{
border-color: #86265E;
}
</style>