Shades of Rose Bud Cherry #8B3860
Tints of Rose Bud Cherry #8B3860
RGB
CMYK
RGB Variations
Color information
#8B3860 (or 0x8B3860) is known color: Rose Bud Cherry. HEX triplet: 8B, 38 and 60. RGB value is (139,56,96). Sum of RGB (Red+Green+Blue) = 139+56+96=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3860 is #74C79F. Grayscale: #555555. Windows color (decimal): -7653280 or 6305931. OLE color: 6305931.
HSL color Cylindrical-coordinate representation of color #8B3860: hue angle of 331.08º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B3860 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 96 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.45 |
| HSL | 331.08º | 0.43% | 0.38% | - |
| HSV(B) | 331.08º | 0.6% | 0.55% | - |
| XYZ | 14.17 | 9.16 | 12.09 | - |
| YUV | 85.38 | 134 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 96 | 0 | 0.60 | 0.31 | 0.45 | 331.08 | 0.43 | 0.38 |
| Hex | 8B | 38 | 60 | 0 | 3C | 1F | 2D | 14B | 2B | 26 |
| Octal | 213 | 70 | 140 | 0 | 74 | 37 | 55 | 513 | 53 | 46 |
| Binary | 10001011 | 111000 | 1100000 | 0 | 111100 | 11111 | 101101 | 101001011 | 101011 | 100110 |
Color Harmonies of #8B3860
Complementary color
Monochromatic Colors of #8B3860
Black with #8B3860
Text Example
Text Example
White with #8B3860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3860; }
p { color: rgb(139,56,96); }
H1.HeaderClassName
{
color: #8B3860;
}
.AnyTagClassName
{
color: #8B3860;
}
</style>
background-color css
<style>
a { background-color: #8B3860; }
a { background-color: rgb(139,56,96); }
div.DivClassName
{
background-color: #8B3860;
}
.BgClassName
{
background-color: #8B3860;
}
</style>
border-color css
<style>
span { border-color: #8B3860; }
span { border-color: rgb(139,56,96); }
td.TdClassName
{
border-color: #8B3860;
}
.TagClassName
{
border-color: #8B3860;
}
</style>