Shades of Rose Bud Cherry #8B205A
Tints of Rose Bud Cherry #8B205A
RGB
CMYK
RGB Variations
Color information
#8B205A (or 0x8B205A) is known color: Rose Bud Cherry. HEX triplet: 8B, 20 and 5A. RGB value is (139,32,90). Sum of RGB (Red+Green+Blue) = 139+32+90=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B205A is #74DFA5. Grayscale: #464646. Windows color (decimal): -7659430 or 5906571. OLE color: 5906571.
HSL color Cylindrical-coordinate representation of color #8B205A: hue angle of 327.48º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B205A is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 90 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.45 |
| HSL | 327.48º | 0.63% | 0.34% | - |
| HSV(B) | 327.48º | 0.77% | 0.55% | - |
| XYZ | 13.01 | 7.26 | 10.39 | - |
| YUV | 70.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 90 | 0 | 0.77 | 0.35 | 0.45 | 327.48 | 0.63 | 0.34 |
| Hex | 8B | 20 | 5A | 0 | 4D | 23 | 2D | 147 | 3F | 22 |
| Octal | 213 | 40 | 132 | 0 | 115 | 43 | 55 | 507 | 77 | 42 |
| Binary | 10001011 | 100000 | 1011010 | 0 | 1001101 | 100011 | 101101 | 101000111 | 111111 | 100010 |
Color Harmonies of #8B205A
Complementary color
Monochromatic Colors of #8B205A
Black with #8B205A
Text Example
Text Example
White with #8B205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B205A; }
p { color: rgb(139,32,90); }
H1.HeaderClassName
{
color: #8B205A;
}
.AnyTagClassName
{
color: #8B205A;
}
</style>
background-color css
<style>
a { background-color: #8B205A; }
a { background-color: rgb(139,32,90); }
div.DivClassName
{
background-color: #8B205A;
}
.BgClassName
{
background-color: #8B205A;
}
</style>
border-color css
<style>
span { border-color: #8B205A; }
span { border-color: rgb(139,32,90); }
td.TdClassName
{
border-color: #8B205A;
}
.TagClassName
{
border-color: #8B205A;
}
</style>