Shades of Rose Bud Cherry #8E1C53
Tints of Rose Bud Cherry #8E1C53
RGB
CMYK
RGB Variations
Color information
#8E1C53 (or 0x8E1C53) is known color: Rose Bud Cherry. HEX triplet: 8E, 1C and 53. RGB value is (142,28,83). Sum of RGB (Red+Green+Blue) = 142+28+83=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1C53 is #71E3AC. Grayscale: #444444. Windows color (decimal): -7463853 or 5446798. OLE color: 5446798.
HSL color Cylindrical-coordinate representation of color #8E1C53: hue angle of 331.05º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1C53 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 28 | 83 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.44 |
| HSL | 331.05º | 0.67% | 0.33% | - |
| HSV(B) | 331.05º | 0.8% | 0.56% | - |
| XYZ | 13.13 | 7.21 | 8.88 | - |
| YUV | 68.36 | 136.27 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 28 | 83 | 0 | 0.80 | 0.42 | 0.44 | 331.05 | 0.67 | 0.33 |
| Hex | 8E | 1C | 53 | 0 | 50 | 2A | 2C | 14B | 43 | 21 |
| Octal | 216 | 34 | 123 | 0 | 120 | 52 | 54 | 513 | 103 | 41 |
| Binary | 10001110 | 11100 | 1010011 | 0 | 1010000 | 101010 | 101100 | 101001011 | 1000011 | 100001 |
Color Harmonies of #8E1C53
Complementary color
Monochromatic Colors of #8E1C53
Black with #8E1C53
Text Example
Text Example
White with #8E1C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1C53; }
p { color: rgb(142,28,83); }
H1.HeaderClassName
{
color: #8E1C53;
}
.AnyTagClassName
{
color: #8E1C53;
}
</style>
background-color css
<style>
a { background-color: #8E1C53; }
a { background-color: rgb(142,28,83); }
div.DivClassName
{
background-color: #8E1C53;
}
.BgClassName
{
background-color: #8E1C53;
}
</style>
border-color css
<style>
span { border-color: #8E1C53; }
span { border-color: rgb(142,28,83); }
td.TdClassName
{
border-color: #8E1C53;
}
.TagClassName
{
border-color: #8E1C53;
}
</style>