Shades of Rose Bud Cherry #8B2C52
Tints of Rose Bud Cherry #8B2C52
RGB
CMYK
RGB Variations
Color information
#8B2C52 (or 0x8B2C52) is known color: Rose Bud Cherry. HEX triplet: 8B, 2C and 52. RGB value is (139,44,82). Sum of RGB (Red+Green+Blue) = 139+44+82=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2C52 is #74D3AD. Grayscale: #4C4C4C. Windows color (decimal): -7656366 or 5385355. OLE color: 5385355.
HSL color Cylindrical-coordinate representation of color #8B2C52: hue angle of 336º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2C52 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 82 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.45 |
| HSL | 336º | 0.52% | 0.36% | - |
| HSV(B) | 336º | 0.68% | 0.55% | - |
| XYZ | 13.07 | 7.9 | 8.82 | - |
| YUV | 76.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 82 | 0 | 0.68 | 0.41 | 0.45 | 336 | 0.52 | 0.36 |
| Hex | 8B | 2C | 52 | 0 | 44 | 29 | 2D | 150 | 34 | 24 |
| Octal | 213 | 54 | 122 | 0 | 104 | 51 | 55 | 520 | 64 | 44 |
| Binary | 10001011 | 101100 | 1010010 | 0 | 1000100 | 101001 | 101101 | 101010000 | 110100 | 100100 |
Color Harmonies of #8B2C52
Complementary color
Monochromatic Colors of #8B2C52
Black with #8B2C52
Text Example
Text Example
White with #8B2C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C52; }
p { color: rgb(139,44,82); }
H1.HeaderClassName
{
color: #8B2C52;
}
.AnyTagClassName
{
color: #8B2C52;
}
</style>
background-color css
<style>
a { background-color: #8B2C52; }
a { background-color: rgb(139,44,82); }
div.DivClassName
{
background-color: #8B2C52;
}
.BgClassName
{
background-color: #8B2C52;
}
</style>
border-color css
<style>
span { border-color: #8B2C52; }
span { border-color: rgb(139,44,82); }
td.TdClassName
{
border-color: #8B2C52;
}
.TagClassName
{
border-color: #8B2C52;
}
</style>