Shades of Rose Bud Cherry #8E3253
Tints of Rose Bud Cherry #8E3253
RGB
CMYK
RGB Variations
Color information
#8E3253 (or 0x8E3253) is known color: Rose Bud Cherry. HEX triplet: 8E, 32 and 53. RGB value is (142,50,83). Sum of RGB (Red+Green+Blue) = 142+50+83=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3253 is #71CDAC. Grayscale: #515151. Windows color (decimal): -7458221 or 5452430. OLE color: 5452430.
HSL color Cylindrical-coordinate representation of color #8E3253: hue angle of 338.48º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3253 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 50 | 83 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.44 |
| HSL | 338.48º | 0.48% | 0.38% | - |
| HSV(B) | 338.48º | 0.65% | 0.56% | - |
| XYZ | 13.86 | 8.66 | 9.12 | - |
| YUV | 81.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 83 | 0 | 0.65 | 0.42 | 0.44 | 338.48 | 0.48 | 0.38 |
| Hex | 8E | 32 | 53 | 0 | 41 | 2A | 2C | 152 | 30 | 26 |
| Octal | 216 | 62 | 123 | 0 | 101 | 52 | 54 | 522 | 60 | 46 |
| Binary | 10001110 | 110010 | 1010011 | 0 | 1000001 | 101010 | 101100 | 101010010 | 110000 | 100110 |
Color Harmonies of #8E3253
Complementary color
Monochromatic Colors of #8E3253
Black with #8E3253
Text Example
Text Example
White with #8E3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3253; }
p { color: rgb(142,50,83); }
H1.HeaderClassName
{
color: #8E3253;
}
.AnyTagClassName
{
color: #8E3253;
}
</style>
background-color css
<style>
a { background-color: #8E3253; }
a { background-color: rgb(142,50,83); }
div.DivClassName
{
background-color: #8E3253;
}
.BgClassName
{
background-color: #8E3253;
}
</style>
border-color css
<style>
span { border-color: #8E3253; }
span { border-color: rgb(142,50,83); }
td.TdClassName
{
border-color: #8E3253;
}
.TagClassName
{
border-color: #8E3253;
}
</style>