Shades of Rose Bud Cherry #861D5D
Tints of Rose Bud Cherry #861D5D
RGB
CMYK
RGB Variations
Color information
#861D5D (or 0x861D5D) is known color: Rose Bud Cherry. HEX triplet: 86, 1D and 5D. RGB value is (134,29,93). Sum of RGB (Red+Green+Blue) = 134+29+93=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #861D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861D5D is #79E2A2. Grayscale: #434343. Windows color (decimal): -7987875 or 6102406. OLE color: 6102406.
HSL color Cylindrical-coordinate representation of color #861D5D: hue angle of 323.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861D5D is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 29 | 93 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.47 |
| HSL | 323.43º | 0.64% | 0.32% | - |
| HSV(B) | 323.43º | 0.78% | 0.53% | - |
| XYZ | 12.25 | 6.74 | 11.01 | - |
| YUV | 67.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 93 | 0 | 0.78 | 0.31 | 0.47 | 323.43 | 0.64 | 0.32 |
| Hex | 86 | 1D | 5D | 0 | 4E | 1F | 2F | 143 | 40 | 20 |
| Octal | 206 | 35 | 135 | 0 | 116 | 37 | 57 | 503 | 100 | 40 |
| Binary | 10000110 | 11101 | 1011101 | 0 | 1001110 | 11111 | 101111 | 101000011 | 1000000 | 100000 |
Color Harmonies of #861D5D
Complementary color
Monochromatic Colors of #861D5D
Black with #861D5D
Text Example
Text Example
White with #861D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861D5D; }
p { color: rgb(134,29,93); }
H1.HeaderClassName
{
color: #861D5D;
}
.AnyTagClassName
{
color: #861D5D;
}
</style>
background-color css
<style>
a { background-color: #861D5D; }
a { background-color: rgb(134,29,93); }
div.DivClassName
{
background-color: #861D5D;
}
.BgClassName
{
background-color: #861D5D;
}
</style>
border-color css
<style>
span { border-color: #861D5D; }
span { border-color: rgb(134,29,93); }
td.TdClassName
{
border-color: #861D5D;
}
.TagClassName
{
border-color: #861D5D;
}
</style>