Shades of Rose Bud Cherry #8B2259
Tints of Rose Bud Cherry #8B2259
RGB
CMYK
RGB Variations
Color information
#8B2259 (or 0x8B2259) is known color: Rose Bud Cherry. HEX triplet: 8B, 22 and 59. RGB value is (139,34,89). Sum of RGB (Red+Green+Blue) = 139+34+89=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2259 is #74DDA6. Grayscale: #474747. Windows color (decimal): -7658919 or 5841547. OLE color: 5841547.
HSL color Cylindrical-coordinate representation of color #8B2259: hue angle of 328.57º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2259 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 89 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.45 |
| HSL | 328.57º | 0.61% | 0.34% | - |
| HSV(B) | 328.57º | 0.76% | 0.55% | - |
| XYZ | 13.02 | 7.35 | 10.18 | - |
| YUV | 71.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 89 | 0 | 0.76 | 0.36 | 0.45 | 328.57 | 0.61 | 0.34 |
| Hex | 8B | 22 | 59 | 0 | 4C | 24 | 2D | 149 | 3D | 22 |
| Octal | 213 | 42 | 131 | 0 | 114 | 44 | 55 | 511 | 75 | 42 |
| Binary | 10001011 | 100010 | 1011001 | 0 | 1001100 | 100100 | 101101 | 101001001 | 111101 | 100010 |
Color Harmonies of #8B2259
Complementary color
Monochromatic Colors of #8B2259
Black with #8B2259
Text Example
Text Example
White with #8B2259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2259; }
p { color: rgb(139,34,89); }
H1.HeaderClassName
{
color: #8B2259;
}
.AnyTagClassName
{
color: #8B2259;
}
</style>
background-color css
<style>
a { background-color: #8B2259; }
a { background-color: rgb(139,34,89); }
div.DivClassName
{
background-color: #8B2259;
}
.BgClassName
{
background-color: #8B2259;
}
</style>
border-color css
<style>
span { border-color: #8B2259; }
span { border-color: rgb(139,34,89); }
td.TdClassName
{
border-color: #8B2259;
}
.TagClassName
{
border-color: #8B2259;
}
</style>