Shades of Rose Bud Cherry #8B3866
Tints of Rose Bud Cherry #8B3866
RGB
CMYK
RGB Variations
Color information
#8B3866 (or 0x8B3866) is known color: Rose Bud Cherry. HEX triplet: 8B, 38 and 66. RGB value is (139,56,102). Sum of RGB (Red+Green+Blue) = 139+56+102=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3866 is #74C799. Grayscale: #555555. Windows color (decimal): -7653274 or 6699147. OLE color: 6699147.
HSL color Cylindrical-coordinate representation of color #8B3866: hue angle of 326.75º 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 #8B3866 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 56 | 102 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.45 |
| HSL | 326.75º | 0.43% | 0.38% | - |
| HSV(B) | 326.75º | 0.6% | 0.55% | - |
| XYZ | 14.46 | 9.28 | 13.6 | - |
| YUV | 86.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 102 | 0 | 0.60 | 0.27 | 0.45 | 326.75 | 0.43 | 0.38 |
| Hex | 8B | 38 | 66 | 0 | 3C | 1B | 2D | 147 | 2B | 26 |
| Octal | 213 | 70 | 146 | 0 | 74 | 33 | 55 | 507 | 53 | 46 |
| Binary | 10001011 | 111000 | 1100110 | 0 | 111100 | 11011 | 101101 | 101000111 | 101011 | 100110 |
Color Harmonies of #8B3866
Complementary color
Monochromatic Colors of #8B3866
Black with #8B3866
Text Example
Text Example
White with #8B3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3866; }
p { color: rgb(139,56,102); }
H1.HeaderClassName
{
color: #8B3866;
}
.AnyTagClassName
{
color: #8B3866;
}
</style>
background-color css
<style>
a { background-color: #8B3866; }
a { background-color: rgb(139,56,102); }
div.DivClassName
{
background-color: #8B3866;
}
.BgClassName
{
background-color: #8B3866;
}
</style>
border-color css
<style>
span { border-color: #8B3866; }
span { border-color: rgb(139,56,102); }
td.TdClassName
{
border-color: #8B3866;
}
.TagClassName
{
border-color: #8B3866;
}
</style>