Shades of Rose Bud Cherry #8B2E66
Tints of Rose Bud Cherry #8B2E66
RGB
CMYK
RGB Variations
Color information
#8B2E66 (or 0x8B2E66) is known color: Rose Bud Cherry. HEX triplet: 8B, 2E and 66. RGB value is (139,46,102). Sum of RGB (Red+Green+Blue) = 139+46+102=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2E66 is #74D199. Grayscale: #505050. Windows color (decimal): -7655834 or 6696587. OLE color: 6696587.
HSL color Cylindrical-coordinate representation of color #8B2E66: hue angle of 323.87º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B2E66 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 46 | 102 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.45 |
| HSL | 323.87º | 0.5% | 0.36% | - |
| HSV(B) | 323.87º | 0.67% | 0.55% | - |
| XYZ | 14.02 | 8.4 | 13.45 | - |
| YUV | 80.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 46 | 102 | 0 | 0.67 | 0.27 | 0.45 | 323.87 | 0.5 | 0.36 |
| Hex | 8B | 2E | 66 | 0 | 43 | 1B | 2D | 144 | 32 | 24 |
| Octal | 213 | 56 | 146 | 0 | 103 | 33 | 55 | 504 | 62 | 44 |
| Binary | 10001011 | 101110 | 1100110 | 0 | 1000011 | 11011 | 101101 | 101000100 | 110010 | 100100 |
Color Harmonies of #8B2E66
Complementary color
Monochromatic Colors of #8B2E66
Black with #8B2E66
Text Example
Text Example
White with #8B2E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2E66; }
p { color: rgb(139,46,102); }
H1.HeaderClassName
{
color: #8B2E66;
}
.AnyTagClassName
{
color: #8B2E66;
}
</style>
background-color css
<style>
a { background-color: #8B2E66; }
a { background-color: rgb(139,46,102); }
div.DivClassName
{
background-color: #8B2E66;
}
.BgClassName
{
background-color: #8B2E66;
}
</style>
border-color css
<style>
span { border-color: #8B2E66; }
span { border-color: rgb(139,46,102); }
td.TdClassName
{
border-color: #8B2E66;
}
.TagClassName
{
border-color: #8B2E66;
}
</style>