Shades of Rose Bud Cherry #8B194C
Tints of Rose Bud Cherry #8B194C
RGB
CMYK
RGB Variations
Color information
#8B194C (or 0x8B194C) is known color: Rose Bud Cherry. HEX triplet: 8B, 19 and 4C. RGB value is (139,25,76). Sum of RGB (Red+Green+Blue) = 139+25+76=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B194C is #74E6B3. Grayscale: #404040. Windows color (decimal): -7661236 or 4987275. OLE color: 4987275.
HSL color Cylindrical-coordinate representation of color #8B194C: hue angle of 333.16º 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 #8B194C is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 76 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.45 |
| HSL | 333.16º | 0.7% | 0.32% | - |
| HSV(B) | 333.16º | 0.82% | 0.55% | - |
| XYZ | 12.3 | 6.71 | 7.48 | - |
| YUV | 64.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 76 | 0 | 0.82 | 0.45 | 0.45 | 333.16 | 0.7 | 0.32 |
| Hex | 8B | 19 | 4C | 0 | 52 | 2D | 2D | 14D | 46 | 20 |
| Octal | 213 | 31 | 114 | 0 | 122 | 55 | 55 | 515 | 106 | 40 |
| Binary | 10001011 | 11001 | 1001100 | 0 | 1010010 | 101101 | 101101 | 101001101 | 1000110 | 100000 |
Color Harmonies of #8B194C
Complementary color
Monochromatic Colors of #8B194C
Black with #8B194C
Text Example
Text Example
White with #8B194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B194C; }
p { color: rgb(139,25,76); }
H1.HeaderClassName
{
color: #8B194C;
}
.AnyTagClassName
{
color: #8B194C;
}
</style>
background-color css
<style>
a { background-color: #8B194C; }
a { background-color: rgb(139,25,76); }
div.DivClassName
{
background-color: #8B194C;
}
.BgClassName
{
background-color: #8B194C;
}
</style>
border-color css
<style>
span { border-color: #8B194C; }
span { border-color: rgb(139,25,76); }
td.TdClassName
{
border-color: #8B194C;
}
.TagClassName
{
border-color: #8B194C;
}
</style>