Shades of Rose Bud Cherry #871B4D
Tints of Rose Bud Cherry #871B4D
RGB
CMYK
RGB Variations
Color information
#871B4D (or 0x871B4D) is known color: Rose Bud Cherry. HEX triplet: 87, 1B and 4D. RGB value is (135,27,77). Sum of RGB (Red+Green+Blue) = 135+27+77=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #871B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871B4D is #78E4B2. Grayscale: #404040. Windows color (decimal): -7922867 or 5053319. OLE color: 5053319.
HSL color Cylindrical-coordinate representation of color #871B4D: hue angle of 332.22º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #871B4D is Cyan = 0, Magento = 0.8, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 27 | 77 | - |
| CMYK | 0 | 0.8 | 0.43 | 0.47 |
| HSL | 332.22º | 0.67% | 0.32% | - |
| HSV(B) | 332.22º | 0.8% | 0.53% | - |
| XYZ | 11.72 | 6.47 | 7.65 | - |
| YUV | 64.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 77 | 0 | 0.8 | 0.43 | 0.47 | 332.22 | 0.67 | 0.32 |
| Hex | 87 | 1B | 4D | 0 | 50 | 2B | 2F | 14C | 43 | 20 |
| Octal | 207 | 33 | 115 | 0 | 120 | 53 | 57 | 514 | 103 | 40 |
| Binary | 10000111 | 11011 | 1001101 | 0 | 1010000 | 101011 | 101111 | 101001100 | 1000011 | 100000 |
Color Harmonies of #871B4D
Complementary color
Monochromatic Colors of #871B4D
Black with #871B4D
Text Example
Text Example
White with #871B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871B4D; }
p { color: rgb(135,27,77); }
H1.HeaderClassName
{
color: #871B4D;
}
.AnyTagClassName
{
color: #871B4D;
}
</style>
background-color css
<style>
a { background-color: #871B4D; }
a { background-color: rgb(135,27,77); }
div.DivClassName
{
background-color: #871B4D;
}
.BgClassName
{
background-color: #871B4D;
}
</style>
border-color css
<style>
span { border-color: #871B4D; }
span { border-color: rgb(135,27,77); }
td.TdClassName
{
border-color: #871B4D;
}
.TagClassName
{
border-color: #871B4D;
}
</style>