Shades of Rose Bud Cherry #8B2E5A
Tints of Rose Bud Cherry #8B2E5A
RGB
CMYK
RGB Variations
Color information
#8B2E5A (or 0x8B2E5A) is known color: Rose Bud Cherry. HEX triplet: 8B, 2E and 5A. RGB value is (139,46,90). Sum of RGB (Red+Green+Blue) = 139+46+90=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2E5A is #74D1A5. Grayscale: #4E4E4E. Windows color (decimal): -7655846 or 5910155. OLE color: 5910155.
HSL color Cylindrical-coordinate representation of color #8B2E5A: hue angle of 331.61º 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 #8B2E5A is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 46 | 90 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.45 |
| HSL | 331.61º | 0.5% | 0.36% | - |
| HSV(B) | 331.61º | 0.67% | 0.55% | - |
| XYZ | 13.47 | 8.18 | 10.54 | - |
| YUV | 78.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 46 | 90 | 0 | 0.67 | 0.35 | 0.45 | 331.61 | 0.5 | 0.36 |
| Hex | 8B | 2E | 5A | 0 | 43 | 23 | 2D | 14C | 32 | 24 |
| Octal | 213 | 56 | 132 | 0 | 103 | 43 | 55 | 514 | 62 | 44 |
| Binary | 10001011 | 101110 | 1011010 | 0 | 1000011 | 100011 | 101101 | 101001100 | 110010 | 100100 |
Color Harmonies of #8B2E5A
Complementary color
Monochromatic Colors of #8B2E5A
Black with #8B2E5A
Text Example
Text Example
White with #8B2E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2E5A; }
p { color: rgb(139,46,90); }
H1.HeaderClassName
{
color: #8B2E5A;
}
.AnyTagClassName
{
color: #8B2E5A;
}
</style>
background-color css
<style>
a { background-color: #8B2E5A; }
a { background-color: rgb(139,46,90); }
div.DivClassName
{
background-color: #8B2E5A;
}
.BgClassName
{
background-color: #8B2E5A;
}
</style>
border-color css
<style>
span { border-color: #8B2E5A; }
span { border-color: rgb(139,46,90); }
td.TdClassName
{
border-color: #8B2E5A;
}
.TagClassName
{
border-color: #8B2E5A;
}
</style>