Shades of Rose Bud Cherry #8B2854
Tints of Rose Bud Cherry #8B2854
RGB
CMYK
RGB Variations
Color information
#8B2854 (or 0x8B2854) is known color: Rose Bud Cherry. HEX triplet: 8B, 28 and 54. RGB value is (139,40,84). Sum of RGB (Red+Green+Blue) = 139+40+84=263 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.85% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2854 is #74D7AB. Grayscale: #4A4A4A. Windows color (decimal): -7657388 or 5515403. OLE color: 5515403.
HSL color Cylindrical-coordinate representation of color #8B2854: hue angle of 333.33º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2854 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 40 | 84 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.45 |
| HSL | 333.33º | 0.55% | 0.35% | - |
| HSV(B) | 333.33º | 0.71% | 0.55% | - |
| XYZ | 13.01 | 7.65 | 9.18 | - |
| YUV | 74.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 84 | 0 | 0.71 | 0.40 | 0.45 | 333.33 | 0.55 | 0.35 |
| Hex | 8B | 28 | 54 | 0 | 47 | 28 | 2D | 14D | 37 | 23 |
| Octal | 213 | 50 | 124 | 0 | 107 | 50 | 55 | 515 | 67 | 43 |
| Binary | 10001011 | 101000 | 1010100 | 0 | 1000111 | 101000 | 101101 | 101001101 | 110111 | 100011 |
Color Harmonies of #8B2854
Complementary color
Monochromatic Colors of #8B2854
Black with #8B2854
Text Example
Text Example
White with #8B2854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2854; }
p { color: rgb(139,40,84); }
H1.HeaderClassName
{
color: #8B2854;
}
.AnyTagClassName
{
color: #8B2854;
}
</style>
background-color css
<style>
a { background-color: #8B2854; }
a { background-color: rgb(139,40,84); }
div.DivClassName
{
background-color: #8B2854;
}
.BgClassName
{
background-color: #8B2854;
}
</style>
border-color css
<style>
span { border-color: #8B2854; }
span { border-color: rgb(139,40,84); }
td.TdClassName
{
border-color: #8B2854;
}
.TagClassName
{
border-color: #8B2854;
}
</style>