Shades of Rose Bud Cherry #8C365D
Tints of Rose Bud Cherry #8C365D
RGB
CMYK
RGB Variations
Color information
#8C365D (or 0x8C365D) is known color: Rose Bud Cherry. HEX triplet: 8C, 36 and 5D. RGB value is (140,54,93). Sum of RGB (Red+Green+Blue) = 140+54+93=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C365D is #73C9A2. Grayscale: #545454. Windows color (decimal): -7588259 or 6108812. OLE color: 6108812.
HSL color Cylindrical-coordinate representation of color #8C365D: hue angle of 332.79º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C365D is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 93 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.45 |
| HSL | 332.79º | 0.44% | 0.38% | - |
| HSV(B) | 332.79º | 0.61% | 0.55% | - |
| XYZ | 14.11 | 9 | 11.35 | - |
| YUV | 84.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 93 | 0 | 0.61 | 0.34 | 0.45 | 332.79 | 0.44 | 0.38 |
| Hex | 8C | 36 | 5D | 0 | 3D | 22 | 2D | 14D | 2C | 26 |
| Octal | 214 | 66 | 135 | 0 | 75 | 42 | 55 | 515 | 54 | 46 |
| Binary | 10001100 | 110110 | 1011101 | 0 | 111101 | 100010 | 101101 | 101001101 | 101100 | 100110 |
Color Harmonies of #8C365D
Complementary color
Monochromatic Colors of #8C365D
Black with #8C365D
Text Example
Text Example
White with #8C365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C365D; }
p { color: rgb(140,54,93); }
H1.HeaderClassName
{
color: #8C365D;
}
.AnyTagClassName
{
color: #8C365D;
}
</style>
background-color css
<style>
a { background-color: #8C365D; }
a { background-color: rgb(140,54,93); }
div.DivClassName
{
background-color: #8C365D;
}
.BgClassName
{
background-color: #8C365D;
}
</style>
border-color css
<style>
span { border-color: #8C365D; }
span { border-color: rgb(140,54,93); }
td.TdClassName
{
border-color: #8C365D;
}
.TagClassName
{
border-color: #8C365D;
}
</style>