Shades of Rose Bud Cherry #8B365E
Tints of Rose Bud Cherry #8B365E
RGB
CMYK
RGB Variations
Color information
#8B365E (or 0x8B365E) is known color: Rose Bud Cherry. HEX triplet: 8B, 36 and 5E. RGB value is (139,54,94). Sum of RGB (Red+Green+Blue) = 139+54+94=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B365E is #74C9A1. Grayscale: #535353. Windows color (decimal): -7653794 or 6174347. OLE color: 6174347.
HSL color Cylindrical-coordinate representation of color #8B365E: hue angle of 331.76º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B365E is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 94 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.45 |
| HSL | 331.76º | 0.44% | 0.38% | - |
| HSV(B) | 331.76º | 0.61% | 0.55% | - |
| XYZ | 13.99 | 8.94 | 11.58 | - |
| YUV | 83.98 | 133.66 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 94 | 0 | 0.61 | 0.32 | 0.45 | 331.76 | 0.44 | 0.38 |
| Hex | 8B | 36 | 5E | 0 | 3D | 20 | 2D | 14C | 2C | 26 |
| Octal | 213 | 66 | 136 | 0 | 75 | 40 | 55 | 514 | 54 | 46 |
| Binary | 10001011 | 110110 | 1011110 | 0 | 111101 | 100000 | 101101 | 101001100 | 101100 | 100110 |
Color Harmonies of #8B365E
Complementary color
Monochromatic Colors of #8B365E
Black with #8B365E
Text Example
Text Example
White with #8B365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B365E; }
p { color: rgb(139,54,94); }
H1.HeaderClassName
{
color: #8B365E;
}
.AnyTagClassName
{
color: #8B365E;
}
</style>
background-color css
<style>
a { background-color: #8B365E; }
a { background-color: rgb(139,54,94); }
div.DivClassName
{
background-color: #8B365E;
}
.BgClassName
{
background-color: #8B365E;
}
</style>
border-color css
<style>
span { border-color: #8B365E; }
span { border-color: rgb(139,54,94); }
td.TdClassName
{
border-color: #8B365E;
}
.TagClassName
{
border-color: #8B365E;
}
</style>