Shades of Rose Bud Cherry #8D2664
Tints of Rose Bud Cherry #8D2664
RGB
CMYK
RGB Variations
Color information
#8D2664 (or 0x8D2664) is known color: Rose Bud Cherry. HEX triplet: 8D, 26 and 64. RGB value is (141,38,100). Sum of RGB (Red+Green+Blue) = 141+38+100=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2664 is #72D99B. Grayscale: #4B4B4B. Windows color (decimal): -7526812 or 6563469. OLE color: 6563469.
HSL color Cylindrical-coordinate representation of color #8D2664: hue angle of 323.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D2664 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 38 | 100 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.45 |
| HSL | 323.88º | 0.58% | 0.35% | - |
| HSV(B) | 323.88º | 0.73% | 0.55% | - |
| XYZ | 13.98 | 7.97 | 12.86 | - |
| YUV | 75.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 38 | 100 | 0 | 0.73 | 0.29 | 0.45 | 323.88 | 0.58 | 0.35 |
| Hex | 8D | 26 | 64 | 0 | 49 | 1D | 2D | 144 | 3A | 23 |
| Octal | 215 | 46 | 144 | 0 | 111 | 35 | 55 | 504 | 72 | 43 |
| Binary | 10001101 | 100110 | 1100100 | 0 | 1001001 | 11101 | 101101 | 101000100 | 111010 | 100011 |
Color Harmonies of #8D2664
Complementary color
Monochromatic Colors of #8D2664
Black with #8D2664
Text Example
Text Example
White with #8D2664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2664; }
p { color: rgb(141,38,100); }
H1.HeaderClassName
{
color: #8D2664;
}
.AnyTagClassName
{
color: #8D2664;
}
</style>
background-color css
<style>
a { background-color: #8D2664; }
a { background-color: rgb(141,38,100); }
div.DivClassName
{
background-color: #8D2664;
}
.BgClassName
{
background-color: #8D2664;
}
</style>
border-color css
<style>
span { border-color: #8D2664; }
span { border-color: rgb(141,38,100); }
td.TdClassName
{
border-color: #8D2664;
}
.TagClassName
{
border-color: #8D2664;
}
</style>