Shades of Rose Bud Cherry #860D4D
Tints of Rose Bud Cherry #860D4D
RGB
CMYK
RGB Variations
Color information
#860D4D (or 0x860D4D) is known color: Rose Bud Cherry. HEX triplet: 86, 0D and 4D. RGB value is (134,13,77). Sum of RGB (Red+Green+Blue) = 134+13+77=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #860D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860D4D is #79F2B2. Grayscale: #383838. Windows color (decimal): -7991987 or 5049734. OLE color: 5049734.
HSL color Cylindrical-coordinate representation of color #860D4D: hue angle of 328.26º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860D4D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 13 | 77 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.47 |
| HSL | 328.26º | 0.82% | 0.29% | - |
| HSV(B) | 328.26º | 0.9% | 0.53% | - |
| XYZ | 11.32 | 5.89 | 7.56 | - |
| YUV | 56.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 77 | 0 | 0.90 | 0.43 | 0.47 | 328.26 | 0.82 | 0.29 |
| Hex | 86 | D | 4D | 0 | 5A | 2B | 2F | 148 | 52 | 1D |
| Octal | 206 | 15 | 115 | 0 | 132 | 53 | 57 | 510 | 122 | 35 |
| Binary | 10000110 | 1101 | 1001101 | 0 | 1011010 | 101011 | 101111 | 101001000 | 1010010 | 11101 |
Color Harmonies of #860D4D
Complementary color
Monochromatic Colors of #860D4D
Black with #860D4D
Text Example
Text Example
White with #860D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D4D; }
p { color: rgb(134,13,77); }
H1.HeaderClassName
{
color: #860D4D;
}
.AnyTagClassName
{
color: #860D4D;
}
</style>
background-color css
<style>
a { background-color: #860D4D; }
a { background-color: rgb(134,13,77); }
div.DivClassName
{
background-color: #860D4D;
}
.BgClassName
{
background-color: #860D4D;
}
</style>
border-color css
<style>
span { border-color: #860D4D; }
span { border-color: rgb(134,13,77); }
td.TdClassName
{
border-color: #860D4D;
}
.TagClassName
{
border-color: #860D4D;
}
</style>