Shades of Rose Bud Cherry #8B2154
Tints of Rose Bud Cherry #8B2154
RGB
CMYK
RGB Variations
Color information
#8B2154 (or 0x8B2154) is known color: Rose Bud Cherry. HEX triplet: 8B, 21 and 54. RGB value is (139,33,84). Sum of RGB (Red+Green+Blue) = 139+33+84=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2154 is #74DEAB. Grayscale: #464646. Windows color (decimal): -7659180 or 5513611. OLE color: 5513611.
HSL color Cylindrical-coordinate representation of color #8B2154: hue angle of 331.13º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2154 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 33 | 84 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.45 |
| HSL | 331.13º | 0.62% | 0.34% | - |
| HSV(B) | 331.13º | 0.76% | 0.55% | - |
| XYZ | 12.79 | 7.22 | 9.11 | - |
| YUV | 70.51 | 135.62 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 33 | 84 | 0 | 0.76 | 0.40 | 0.45 | 331.13 | 0.62 | 0.34 |
| Hex | 8B | 21 | 54 | 0 | 4C | 28 | 2D | 14B | 3E | 22 |
| Octal | 213 | 41 | 124 | 0 | 114 | 50 | 55 | 513 | 76 | 42 |
| Binary | 10001011 | 100001 | 1010100 | 0 | 1001100 | 101000 | 101101 | 101001011 | 111110 | 100010 |
Color Harmonies of #8B2154
Complementary color
Monochromatic Colors of #8B2154
Black with #8B2154
Text Example
Text Example
White with #8B2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2154; }
p { color: rgb(139,33,84); }
H1.HeaderClassName
{
color: #8B2154;
}
.AnyTagClassName
{
color: #8B2154;
}
</style>
background-color css
<style>
a { background-color: #8B2154; }
a { background-color: rgb(139,33,84); }
div.DivClassName
{
background-color: #8B2154;
}
.BgClassName
{
background-color: #8B2154;
}
</style>
border-color css
<style>
span { border-color: #8B2154; }
span { border-color: rgb(139,33,84); }
td.TdClassName
{
border-color: #8B2154;
}
.TagClassName
{
border-color: #8B2154;
}
</style>