Shades of Rose Bud Cherry #8D326A
Tints of Rose Bud Cherry #8D326A
RGB
CMYK
RGB Variations
Color information
#8D326A (or 0x8D326A) is known color: Rose Bud Cherry. HEX triplet: 8D, 32 and 6A. RGB value is (141,50,106). Sum of RGB (Red+Green+Blue) = 141+50+106=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D326A is #72CD95. Grayscale: #535353. Windows color (decimal): -7523734 or 6959757. OLE color: 6959757.
HSL color Cylindrical-coordinate representation of color #8D326A: hue angle of 323.08º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D326A is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 50 | 106 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.45 |
| HSL | 323.08º | 0.48% | 0.37% | - |
| HSV(B) | 323.08º | 0.65% | 0.55% | - |
| XYZ | 14.73 | 8.98 | 14.59 | - |
| YUV | 83.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 50 | 106 | 0 | 0.65 | 0.25 | 0.45 | 323.08 | 0.48 | 0.37 |
| Hex | 8D | 32 | 6A | 0 | 41 | 19 | 2D | 143 | 30 | 25 |
| Octal | 215 | 62 | 152 | 0 | 101 | 31 | 55 | 503 | 60 | 45 |
| Binary | 10001101 | 110010 | 1101010 | 0 | 1000001 | 11001 | 101101 | 101000011 | 110000 | 100101 |
Color Harmonies of #8D326A
Complementary color
Monochromatic Colors of #8D326A
Black with #8D326A
Text Example
Text Example
White with #8D326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D326A; }
p { color: rgb(141,50,106); }
H1.HeaderClassName
{
color: #8D326A;
}
.AnyTagClassName
{
color: #8D326A;
}
</style>
background-color css
<style>
a { background-color: #8D326A; }
a { background-color: rgb(141,50,106); }
div.DivClassName
{
background-color: #8D326A;
}
.BgClassName
{
background-color: #8D326A;
}
</style>
border-color css
<style>
span { border-color: #8D326A; }
span { border-color: rgb(141,50,106); }
td.TdClassName
{
border-color: #8D326A;
}
.TagClassName
{
border-color: #8D326A;
}
</style>