Shades of Rose Bud Cherry #8B2D5E
Tints of Rose Bud Cherry #8B2D5E
RGB
CMYK
RGB Variations
Color information
#8B2D5E (or 0x8B2D5E) is known color: Rose Bud Cherry. HEX triplet: 8B, 2D and 5E. RGB value is (139,45,94). Sum of RGB (Red+Green+Blue) = 139+45+94=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2D5E is #74D2A1. Grayscale: #4E4E4E. Windows color (decimal): -7656098 or 6172043. OLE color: 6172043.
HSL color Cylindrical-coordinate representation of color #8B2D5E: hue angle of 328.72º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2D5E is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 45 | 94 | - |
CMYK | 0 | 0.68 | 0.32 | 0.45 |
HSL | 328.72º | 0.51% | 0.36% | - |
HSV(B) | 328.72º | 0.68% | 0.55% | - |
XYZ | 13.61 | 8.17 | 11.45 | - |
YUV | 78.69 | 136.64 | 171.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 45 | 94 | 0 | 0.68 | 0.32 | 0.45 | 328.72 | 0.51 | 0.36 |
Hex | 8B | 2D | 5E | 0 | 44 | 20 | 2D | 149 | 33 | 24 |
Octal | 213 | 55 | 136 | 0 | 104 | 40 | 55 | 511 | 63 | 44 |
Binary | 10001011 | 101101 | 1011110 | 0 | 1000100 | 100000 | 101101 | 101001001 | 110011 | 100100 |
Color Harmonies of #8B2D5E
Complementary color
Monochromatic Colors of #8B2D5E
Black with #8B2D5E
Text Example
Text Example
White with #8B2D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2D5E; }
p { color: rgb(139,45,94); }
H1.HeaderClassName
{
color: #8B2D5E;
}
.AnyTagClassName
{
color: #8B2D5E;
}
</style>
background-color css
<style>
a { background-color: #8B2D5E; }
a { background-color: rgb(139,45,94); }
div.DivClassName
{
background-color: #8B2D5E;
}
.BgClassName
{
background-color: #8B2D5E;
}
</style>
border-color css
<style>
span { border-color: #8B2D5E; }
span { border-color: rgb(139,45,94); }
td.TdClassName
{
border-color: #8B2D5E;
}
.TagClassName
{
border-color: #8B2D5E;
}
</style>