Shades of Rose Bud Cherry #8B2B5B
Tints of Rose Bud Cherry #8B2B5B
RGB
CMYK
RGB Variations
Color information
#8B2B5B (or 0x8B2B5B) is known color: Rose Bud Cherry. HEX triplet: 8B, 2B and 5B. RGB value is (139,43,91). Sum of RGB (Red+Green+Blue) = 139+43+91=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2B5B is #74D4A4. Grayscale: #4D4D4D. Windows color (decimal): -7656613 or 5974923. OLE color: 5974923.
HSL color Cylindrical-coordinate representation of color #8B2B5B: hue angle of 330º 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 #8B2B5B is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 43 | 91 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.45 |
| HSL | 330º | 0.53% | 0.36% | - |
| HSV(B) | 330º | 0.69% | 0.55% | - |
| XYZ | 13.4 | 7.97 | 10.73 | - |
| YUV | 77.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 43 | 91 | 0 | 0.69 | 0.35 | 0.45 | 330 | 0.53 | 0.36 |
| Hex | 8B | 2B | 5B | 0 | 45 | 23 | 2D | 14A | 35 | 24 |
| Octal | 213 | 53 | 133 | 0 | 105 | 43 | 55 | 512 | 65 | 44 |
| Binary | 10001011 | 101011 | 1011011 | 0 | 1000101 | 100011 | 101101 | 101001010 | 110101 | 100100 |
Color Harmonies of #8B2B5B
Complementary color
Monochromatic Colors of #8B2B5B
Black with #8B2B5B
Text Example
Text Example
White with #8B2B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2B5B; }
p { color: rgb(139,43,91); }
H1.HeaderClassName
{
color: #8B2B5B;
}
.AnyTagClassName
{
color: #8B2B5B;
}
</style>
background-color css
<style>
a { background-color: #8B2B5B; }
a { background-color: rgb(139,43,91); }
div.DivClassName
{
background-color: #8B2B5B;
}
.BgClassName
{
background-color: #8B2B5B;
}
</style>
border-color css
<style>
span { border-color: #8B2B5B; }
span { border-color: rgb(139,43,91); }
td.TdClassName
{
border-color: #8B2B5B;
}
.TagClassName
{
border-color: #8B2B5B;
}
</style>