Shades of Rose Bud Cherry #8B3C60
Tints of Rose Bud Cherry #8B3C60
RGB
CMYK
RGB Variations
Color information
#8B3C60 (or 0x8B3C60) is known color: Rose Bud Cherry. HEX triplet: 8B, 3C and 60. RGB value is (139,60,96). Sum of RGB (Red+Green+Blue) = 139+60+96=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3C60 is #74C39F. Grayscale: #575757. Windows color (decimal): -7652256 or 6306955. OLE color: 6306955.
HSL color Cylindrical-coordinate representation of color #8B3C60: hue angle of 332.66º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B3C60 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 60 | 96 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.45 |
| HSL | 332.66º | 0.4% | 0.39% | - |
| HSV(B) | 332.66º | 0.57% | 0.55% | - |
| XYZ | 14.37 | 9.57 | 12.15 | - |
| YUV | 87.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 96 | 0 | 0.57 | 0.31 | 0.45 | 332.66 | 0.4 | 0.39 |
| Hex | 8B | 3C | 60 | 0 | 39 | 1F | 2D | 14D | 28 | 27 |
| Octal | 213 | 74 | 140 | 0 | 71 | 37 | 55 | 515 | 50 | 47 |
| Binary | 10001011 | 111100 | 1100000 | 0 | 111001 | 11111 | 101101 | 101001101 | 101000 | 100111 |
Color Harmonies of #8B3C60
Complementary color
Monochromatic Colors of #8B3C60
Black with #8B3C60
Text Example
Text Example
White with #8B3C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3C60; }
p { color: rgb(139,60,96); }
H1.HeaderClassName
{
color: #8B3C60;
}
.AnyTagClassName
{
color: #8B3C60;
}
</style>
background-color css
<style>
a { background-color: #8B3C60; }
a { background-color: rgb(139,60,96); }
div.DivClassName
{
background-color: #8B3C60;
}
.BgClassName
{
background-color: #8B3C60;
}
</style>
border-color css
<style>
span { border-color: #8B3C60; }
span { border-color: rgb(139,60,96); }
td.TdClassName
{
border-color: #8B3C60;
}
.TagClassName
{
border-color: #8B3C60;
}
</style>