Shades of Rose Bud Cherry #8E195B
Tints of Rose Bud Cherry #8E195B
RGB
CMYK
RGB Variations
Color information
#8E195B (or 0x8E195B) is known color: Rose Bud Cherry. HEX triplet: 8E, 19 and 5B. RGB value is (142,25,91). Sum of RGB (Red+Green+Blue) = 142+25+91=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E195B is #71E6A4. Grayscale: #434343. Windows color (decimal): -7464613 or 5970318. OLE color: 5970318.
HSL color Cylindrical-coordinate representation of color #8E195B: hue angle of 326.15º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E195B is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 25 | 91 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.44 |
| HSL | 326.15º | 0.7% | 0.33% | - |
| HSV(B) | 326.15º | 0.82% | 0.56% | - |
| XYZ | 13.39 | 7.2 | 10.58 | - |
| YUV | 67.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 25 | 91 | 0 | 0.82 | 0.36 | 0.44 | 326.15 | 0.7 | 0.33 |
| Hex | 8E | 19 | 5B | 0 | 52 | 24 | 2C | 146 | 46 | 21 |
| Octal | 216 | 31 | 133 | 0 | 122 | 44 | 54 | 506 | 106 | 41 |
| Binary | 10001110 | 11001 | 1011011 | 0 | 1010010 | 100100 | 101100 | 101000110 | 1000110 | 100001 |
Color Harmonies of #8E195B
Complementary color
Monochromatic Colors of #8E195B
Black with #8E195B
Text Example
Text Example
White with #8E195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E195B; }
p { color: rgb(142,25,91); }
H1.HeaderClassName
{
color: #8E195B;
}
.AnyTagClassName
{
color: #8E195B;
}
</style>
background-color css
<style>
a { background-color: #8E195B; }
a { background-color: rgb(142,25,91); }
div.DivClassName
{
background-color: #8E195B;
}
.BgClassName
{
background-color: #8E195B;
}
</style>
border-color css
<style>
span { border-color: #8E195B; }
span { border-color: rgb(142,25,91); }
td.TdClassName
{
border-color: #8E195B;
}
.TagClassName
{
border-color: #8E195B;
}
</style>