Shades of Rose Bud Cherry #86245D
Tints of Rose Bud Cherry #86245D
RGB
CMYK
RGB Variations
Color information
#86245D (or 0x86245D) is known color: Rose Bud Cherry. HEX triplet: 86, 24 and 5D. RGB value is (134,36,93). Sum of RGB (Red+Green+Blue) = 134+36+93=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86245D is #79DBA2. Grayscale: #474747. Windows color (decimal): -7986083 or 6104198. OLE color: 6104198.
HSL color Cylindrical-coordinate representation of color #86245D: hue angle of 325.1º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86245D is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 36 | 93 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.47 |
| HSL | 325.1º | 0.58% | 0.33% | - |
| HSV(B) | 325.1º | 0.73% | 0.53% | - |
| XYZ | 12.44 | 7.12 | 11.07 | - |
| YUV | 71.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 93 | 0 | 0.73 | 0.31 | 0.47 | 325.1 | 0.58 | 0.33 |
| Hex | 86 | 24 | 5D | 0 | 49 | 1F | 2F | 145 | 3A | 21 |
| Octal | 206 | 44 | 135 | 0 | 111 | 37 | 57 | 505 | 72 | 41 |
| Binary | 10000110 | 100100 | 1011101 | 0 | 1001001 | 11111 | 101111 | 101000101 | 111010 | 100001 |
Color Harmonies of #86245D
Complementary color
Monochromatic Colors of #86245D
Black with #86245D
Text Example
Text Example
White with #86245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86245D; }
p { color: rgb(134,36,93); }
H1.HeaderClassName
{
color: #86245D;
}
.AnyTagClassName
{
color: #86245D;
}
</style>
background-color css
<style>
a { background-color: #86245D; }
a { background-color: rgb(134,36,93); }
div.DivClassName
{
background-color: #86245D;
}
.BgClassName
{
background-color: #86245D;
}
</style>
border-color css
<style>
span { border-color: #86245D; }
span { border-color: rgb(134,36,93); }
td.TdClassName
{
border-color: #86245D;
}
.TagClassName
{
border-color: #86245D;
}
</style>