Shades of Rose Bud Cherry #8B1E57
Tints of Rose Bud Cherry #8B1E57
RGB
CMYK
RGB Variations
Color information
#8B1E57 (or 0x8B1E57) is known color: Rose Bud Cherry. HEX triplet: 8B, 1E and 57. RGB value is (139,30,87). Sum of RGB (Red+Green+Blue) = 139+30+87=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1E57 is #74E1A8. Grayscale: #444444. Windows color (decimal): -7659945 or 5709451. OLE color: 5709451.
HSL color Cylindrical-coordinate representation of color #8B1E57: hue angle of 328.62º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1E57 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 30 | 87 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.45 |
| HSL | 328.62º | 0.64% | 0.33% | - |
| HSV(B) | 328.62º | 0.78% | 0.55% | - |
| XYZ | 12.83 | 7.11 | 9.71 | - |
| YUV | 69.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 87 | 0 | 0.78 | 0.37 | 0.45 | 328.62 | 0.64 | 0.33 |
| Hex | 8B | 1E | 57 | 0 | 4E | 25 | 2D | 149 | 40 | 21 |
| Octal | 213 | 36 | 127 | 0 | 116 | 45 | 55 | 511 | 100 | 41 |
| Binary | 10001011 | 11110 | 1010111 | 0 | 1001110 | 100101 | 101101 | 101001001 | 1000000 | 100001 |
Color Harmonies of #8B1E57
Complementary color
Monochromatic Colors of #8B1E57
Black with #8B1E57
Text Example
Text Example
White with #8B1E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1E57; }
p { color: rgb(139,30,87); }
H1.HeaderClassName
{
color: #8B1E57;
}
.AnyTagClassName
{
color: #8B1E57;
}
</style>
background-color css
<style>
a { background-color: #8B1E57; }
a { background-color: rgb(139,30,87); }
div.DivClassName
{
background-color: #8B1E57;
}
.BgClassName
{
background-color: #8B1E57;
}
</style>
border-color css
<style>
span { border-color: #8B1E57; }
span { border-color: rgb(139,30,87); }
td.TdClassName
{
border-color: #8B1E57;
}
.TagClassName
{
border-color: #8B1E57;
}
</style>