Shades of Rose Bud Cherry #8B1C5E
Tints of Rose Bud Cherry #8B1C5E
RGB
CMYK
RGB Variations
Color information
#8B1C5E (or 0x8B1C5E) is known color: Rose Bud Cherry. HEX triplet: 8B, 1C and 5E. RGB value is (139,28,94). Sum of RGB (Red+Green+Blue) = 139+28+94=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1C5E is #74E3A1. Grayscale: #444444. Windows color (decimal): -7660450 or 6167691. OLE color: 6167691.
HSL color Cylindrical-coordinate representation of color #8B1C5E: hue angle of 324.32º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C5E is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 28 | 94 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.45 |
| HSL | 324.32º | 0.66% | 0.33% | - |
| HSV(B) | 324.32º | 0.8% | 0.55% | - |
| XYZ | 13.08 | 7.13 | 11.28 | - |
| YUV | 68.71 | 142.27 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 94 | 0 | 0.80 | 0.32 | 0.45 | 324.32 | 0.66 | 0.33 |
| Hex | 8B | 1C | 5E | 0 | 50 | 20 | 2D | 144 | 42 | 21 |
| Octal | 213 | 34 | 136 | 0 | 120 | 40 | 55 | 504 | 102 | 41 |
| Binary | 10001011 | 11100 | 1011110 | 0 | 1010000 | 100000 | 101101 | 101000100 | 1000010 | 100001 |
Color Harmonies of #8B1C5E
Complementary color
Monochromatic Colors of #8B1C5E
Black with #8B1C5E
Text Example
Text Example
White with #8B1C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1C5E; }
p { color: rgb(139,28,94); }
H1.HeaderClassName
{
color: #8B1C5E;
}
.AnyTagClassName
{
color: #8B1C5E;
}
</style>
background-color css
<style>
a { background-color: #8B1C5E; }
a { background-color: rgb(139,28,94); }
div.DivClassName
{
background-color: #8B1C5E;
}
.BgClassName
{
background-color: #8B1C5E;
}
</style>
border-color css
<style>
span { border-color: #8B1C5E; }
span { border-color: rgb(139,28,94); }
td.TdClassName
{
border-color: #8B1C5E;
}
.TagClassName
{
border-color: #8B1C5E;
}
</style>