Shades of Rose Bud Cherry #8B2C62
Tints of Rose Bud Cherry #8B2C62
RGB
CMYK
RGB Variations
Color information
#8B2C62 (or 0x8B2C62) is known color: Rose Bud Cherry. HEX triplet: 8B, 2C and 62. RGB value is (139,44,98). Sum of RGB (Red+Green+Blue) = 139+44+98=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2C62 is #74D39D. Grayscale: #4E4E4E. Windows color (decimal): -7656350 or 6433931. OLE color: 6433931.
HSL color Cylindrical-coordinate representation of color #8B2C62: hue angle of 325.89º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2C62 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 98 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.45 |
| HSL | 325.89º | 0.52% | 0.36% | - |
| HSV(B) | 325.89º | 0.68% | 0.55% | - |
| XYZ | 13.75 | 8.17 | 12.41 | - |
| YUV | 78.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 98 | 0 | 0.68 | 0.29 | 0.45 | 325.89 | 0.52 | 0.36 |
| Hex | 8B | 2C | 62 | 0 | 44 | 1D | 2D | 146 | 34 | 24 |
| Octal | 213 | 54 | 142 | 0 | 104 | 35 | 55 | 506 | 64 | 44 |
| Binary | 10001011 | 101100 | 1100010 | 0 | 1000100 | 11101 | 101101 | 101000110 | 110100 | 100100 |
Color Harmonies of #8B2C62
Complementary color
Monochromatic Colors of #8B2C62
Black with #8B2C62
Text Example
Text Example
White with #8B2C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C62; }
p { color: rgb(139,44,98); }
H1.HeaderClassName
{
color: #8B2C62;
}
.AnyTagClassName
{
color: #8B2C62;
}
</style>
background-color css
<style>
a { background-color: #8B2C62; }
a { background-color: rgb(139,44,98); }
div.DivClassName
{
background-color: #8B2C62;
}
.BgClassName
{
background-color: #8B2C62;
}
</style>
border-color css
<style>
span { border-color: #8B2C62; }
span { border-color: rgb(139,44,98); }
td.TdClassName
{
border-color: #8B2C62;
}
.TagClassName
{
border-color: #8B2C62;
}
</style>