Shades of Rose Bud Cherry #8B195E
Tints of Rose Bud Cherry #8B195E
RGB
CMYK
RGB Variations
Color information
#8B195E (or 0x8B195E) is known color: Rose Bud Cherry. HEX triplet: 8B, 19 and 5E. RGB value is (139,25,94). Sum of RGB (Red+Green+Blue) = 139+25+94=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B195E is #74E6A1. Grayscale: #424242. Windows color (decimal): -7661218 or 6166923. OLE color: 6166923.
HSL color Cylindrical-coordinate representation of color #8B195E: hue angle of 323.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B195E is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 94 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.45 |
| HSL | 323.68º | 0.7% | 0.32% | - |
| HSV(B) | 323.68º | 0.82% | 0.55% | - |
| XYZ | 13.02 | 6.99 | 11.25 | - |
| YUV | 66.95 | 143.27 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 94 | 0 | 0.82 | 0.32 | 0.45 | 323.68 | 0.7 | 0.32 |
| Hex | 8B | 19 | 5E | 0 | 52 | 20 | 2D | 144 | 46 | 20 |
| Octal | 213 | 31 | 136 | 0 | 122 | 40 | 55 | 504 | 106 | 40 |
| Binary | 10001011 | 11001 | 1011110 | 0 | 1010010 | 100000 | 101101 | 101000100 | 1000110 | 100000 |
Color Harmonies of #8B195E
Complementary color
Monochromatic Colors of #8B195E
Black with #8B195E
Text Example
Text Example
White with #8B195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B195E; }
p { color: rgb(139,25,94); }
H1.HeaderClassName
{
color: #8B195E;
}
.AnyTagClassName
{
color: #8B195E;
}
</style>
background-color css
<style>
a { background-color: #8B195E; }
a { background-color: rgb(139,25,94); }
div.DivClassName
{
background-color: #8B195E;
}
.BgClassName
{
background-color: #8B195E;
}
</style>
border-color css
<style>
span { border-color: #8B195E; }
span { border-color: rgb(139,25,94); }
td.TdClassName
{
border-color: #8B195E;
}
.TagClassName
{
border-color: #8B195E;
}
</style>