Shades of Rose Bud Cherry #8B2B54
Tints of Rose Bud Cherry #8B2B54
RGB
CMYK
RGB Variations
Color information
#8B2B54 (or 0x8B2B54) is known color: Rose Bud Cherry. HEX triplet: 8B, 2B and 54. RGB value is (139,43,84). Sum of RGB (Red+Green+Blue) = 139+43+84=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2B54 is #74D4AB. Grayscale: #4C4C4C. Windows color (decimal): -7656620 or 5516171. OLE color: 5516171.
HSL color Cylindrical-coordinate representation of color #8B2B54: hue angle of 334.38º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B2B54 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 43 | 84 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.45 |
| HSL | 334.38º | 0.53% | 0.36% | - |
| HSV(B) | 334.38º | 0.69% | 0.55% | - |
| XYZ | 13.11 | 7.86 | 9.21 | - |
| YUV | 76.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 84 | 0 | 0.69 | 0.40 | 0.45 | 334.38 | 0.53 | 0.36 |
| Hex | 8B | 2B | 54 | 0 | 45 | 28 | 2D | 14E | 35 | 24 |
| Octal | 213 | 53 | 124 | 0 | 105 | 50 | 55 | 516 | 65 | 44 |
| Binary | 10001011 | 101011 | 1010100 | 0 | 1000101 | 101000 | 101101 | 101001110 | 110101 | 100100 |
Color Harmonies of #8B2B54
Complementary color
Monochromatic Colors of #8B2B54
Black with #8B2B54
Text Example
Text Example
White with #8B2B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B54; }
p { color: rgb(139,43,84); }
H1.HeaderClassName
{
color: #8B2B54;
}
.AnyTagClassName
{
color: #8B2B54;
}
</style>
background-color css
<style>
a { background-color: #8B2B54; }
a { background-color: rgb(139,43,84); }
div.DivClassName
{
background-color: #8B2B54;
}
.BgClassName
{
background-color: #8B2B54;
}
</style>
border-color css
<style>
span { border-color: #8B2B54; }
span { border-color: rgb(139,43,84); }
td.TdClassName
{
border-color: #8B2B54;
}
.TagClassName
{
border-color: #8B2B54;
}
</style>