Shades of Rose Bud Cherry #8C215B
Tints of Rose Bud Cherry #8C215B
RGB
CMYK
RGB Variations
Color information
#8C215B (or 0x8C215B) is known color: Rose Bud Cherry. HEX triplet: 8C, 21 and 5B. RGB value is (140,33,91). Sum of RGB (Red+Green+Blue) = 140+33+91=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C215B is #73DEA4. Grayscale: #474747. Windows color (decimal): -7593637 or 5972364. OLE color: 5972364.
HSL color Cylindrical-coordinate representation of color #8C215B: hue angle of 327.48º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C215B is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 91 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.45 |
| HSL | 327.48º | 0.62% | 0.34% | - |
| HSV(B) | 327.48º | 0.76% | 0.55% | - |
| XYZ | 13.25 | 7.42 | 10.63 | - |
| YUV | 71.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 91 | 0 | 0.76 | 0.35 | 0.45 | 327.48 | 0.62 | 0.34 |
| Hex | 8C | 21 | 5B | 0 | 4C | 23 | 2D | 147 | 3E | 22 |
| Octal | 214 | 41 | 133 | 0 | 114 | 43 | 55 | 507 | 76 | 42 |
| Binary | 10001100 | 100001 | 1011011 | 0 | 1001100 | 100011 | 101101 | 101000111 | 111110 | 100010 |
Color Harmonies of #8C215B
Complementary color
Monochromatic Colors of #8C215B
Black with #8C215B
Text Example
Text Example
White with #8C215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C215B; }
p { color: rgb(140,33,91); }
H1.HeaderClassName
{
color: #8C215B;
}
.AnyTagClassName
{
color: #8C215B;
}
</style>
background-color css
<style>
a { background-color: #8C215B; }
a { background-color: rgb(140,33,91); }
div.DivClassName
{
background-color: #8C215B;
}
.BgClassName
{
background-color: #8C215B;
}
</style>
border-color css
<style>
span { border-color: #8C215B; }
span { border-color: rgb(140,33,91); }
td.TdClassName
{
border-color: #8C215B;
}
.TagClassName
{
border-color: #8C215B;
}
</style>