Shades of Rose Bud Cherry #8B2A5F
Tints of Rose Bud Cherry #8B2A5F
RGB
CMYK
RGB Variations
Color information
#8B2A5F (or 0x8B2A5F) is known color: Rose Bud Cherry. HEX triplet: 8B, 2A and 5F. RGB value is (139,42,95). Sum of RGB (Red+Green+Blue) = 139+42+95=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2A5F is #74D5A0. Grayscale: #4C4C4C. Windows color (decimal): -7656865 or 6236811. OLE color: 6236811.
HSL color Cylindrical-coordinate representation of color #8B2A5F: hue angle of 327.22º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B2A5F is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 42 | 95 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.45 |
| HSL | 327.22º | 0.54% | 0.35% | - |
| HSV(B) | 327.22º | 0.7% | 0.55% | - |
| XYZ | 13.54 | 7.97 | 11.65 | - |
| YUV | 77.05 | 138.14 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 95 | 0 | 0.70 | 0.32 | 0.45 | 327.22 | 0.54 | 0.35 |
| Hex | 8B | 2A | 5F | 0 | 46 | 20 | 2D | 147 | 36 | 23 |
| Octal | 213 | 52 | 137 | 0 | 106 | 40 | 55 | 507 | 66 | 43 |
| Binary | 10001011 | 101010 | 1011111 | 0 | 1000110 | 100000 | 101101 | 101000111 | 110110 | 100011 |
Color Harmonies of #8B2A5F
Complementary color
Monochromatic Colors of #8B2A5F
Black with #8B2A5F
Text Example
Text Example
White with #8B2A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2A5F; }
p { color: rgb(139,42,95); }
H1.HeaderClassName
{
color: #8B2A5F;
}
.AnyTagClassName
{
color: #8B2A5F;
}
</style>
background-color css
<style>
a { background-color: #8B2A5F; }
a { background-color: rgb(139,42,95); }
div.DivClassName
{
background-color: #8B2A5F;
}
.BgClassName
{
background-color: #8B2A5F;
}
</style>
border-color css
<style>
span { border-color: #8B2A5F; }
span { border-color: rgb(139,42,95); }
td.TdClassName
{
border-color: #8B2A5F;
}
.TagClassName
{
border-color: #8B2A5F;
}
</style>