Shades of Rose Bud Cherry #870D4D
Tints of Rose Bud Cherry #870D4D
RGB
CMYK
RGB Variations
Color information
#870D4D (or 0x870D4D) is known color: Rose Bud Cherry. HEX triplet: 87, 0D and 4D. RGB value is (135,13,77). Sum of RGB (Red+Green+Blue) = 135+13+77=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #870D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D4D is #78F2B2. Grayscale: #383838. Windows color (decimal): -7926451 or 5049735. OLE color: 5049735.
HSL color Cylindrical-coordinate representation of color #870D4D: hue angle of 328.52º 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 #870D4D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 77 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.47 |
| HSL | 328.52º | 0.82% | 0.29% | - |
| HSV(B) | 328.52º | 0.9% | 0.53% | - |
| XYZ | 11.48 | 5.97 | 7.57 | - |
| YUV | 56.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 77 | 0 | 0.90 | 0.43 | 0.47 | 328.52 | 0.82 | 0.29 |
| Hex | 87 | D | 4D | 0 | 5A | 2B | 2F | 149 | 52 | 1D |
| Octal | 207 | 15 | 115 | 0 | 132 | 53 | 57 | 511 | 122 | 35 |
| Binary | 10000111 | 1101 | 1001101 | 0 | 1011010 | 101011 | 101111 | 101001001 | 1010010 | 11101 |
Color Harmonies of #870D4D
Complementary color
Monochromatic Colors of #870D4D
Black with #870D4D
Text Example
Text Example
White with #870D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D4D; }
p { color: rgb(135,13,77); }
H1.HeaderClassName
{
color: #870D4D;
}
.AnyTagClassName
{
color: #870D4D;
}
</style>
background-color css
<style>
a { background-color: #870D4D; }
a { background-color: rgb(135,13,77); }
div.DivClassName
{
background-color: #870D4D;
}
.BgClassName
{
background-color: #870D4D;
}
</style>
border-color css
<style>
span { border-color: #870D4D; }
span { border-color: rgb(135,13,77); }
td.TdClassName
{
border-color: #870D4D;
}
.TagClassName
{
border-color: #870D4D;
}
</style>