Shades of Rose Bud Cherry #8C365B
Tints of Rose Bud Cherry #8C365B
RGB
CMYK
RGB Variations
Color information
#8C365B (or 0x8C365B) is known color: Rose Bud Cherry. HEX triplet: 8C, 36 and 5B. RGB value is (140,54,91). Sum of RGB (Red+Green+Blue) = 140+54+91=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C365B is #73C9A4. Grayscale: #535353. Windows color (decimal): -7588261 or 5977740. OLE color: 5977740.
HSL color Cylindrical-coordinate representation of color #8C365B: hue angle of 334.19º 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 #8C365B is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 91 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.45 |
| HSL | 334.19º | 0.44% | 0.38% | - |
| HSV(B) | 334.19º | 0.61% | 0.55% | - |
| XYZ | 14.02 | 8.97 | 10.89 | - |
| YUV | 83.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 91 | 0 | 0.61 | 0.35 | 0.45 | 334.19 | 0.44 | 0.38 |
| Hex | 8C | 36 | 5B | 0 | 3D | 23 | 2D | 14E | 2C | 26 |
| Octal | 214 | 66 | 133 | 0 | 75 | 43 | 55 | 516 | 54 | 46 |
| Binary | 10001100 | 110110 | 1011011 | 0 | 111101 | 100011 | 101101 | 101001110 | 101100 | 100110 |
Color Harmonies of #8C365B
Complementary color
Monochromatic Colors of #8C365B
Black with #8C365B
Text Example
Text Example
White with #8C365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C365B; }
p { color: rgb(140,54,91); }
H1.HeaderClassName
{
color: #8C365B;
}
.AnyTagClassName
{
color: #8C365B;
}
</style>
background-color css
<style>
a { background-color: #8C365B; }
a { background-color: rgb(140,54,91); }
div.DivClassName
{
background-color: #8C365B;
}
.BgClassName
{
background-color: #8C365B;
}
</style>
border-color css
<style>
span { border-color: #8C365B; }
span { border-color: rgb(140,54,91); }
td.TdClassName
{
border-color: #8C365B;
}
.TagClassName
{
border-color: #8C365B;
}
</style>