Shades of Rose Bud Cherry #8C3656
Tints of Rose Bud Cherry #8C3656
RGB
CMYK
RGB Variations
Color information
#8C3656 (or 0x8C3656) is known color: Rose Bud Cherry. HEX triplet: 8C, 36 and 56. RGB value is (140,54,86). Sum of RGB (Red+Green+Blue) = 140+54+86=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3656 is #73C9A9. Grayscale: #535353. Windows color (decimal): -7588266 or 5650060. OLE color: 5650060.
HSL color Cylindrical-coordinate representation of color #8C3656: hue angle of 337.67º 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 #8C3656 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 86 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.45 |
| HSL | 337.67º | 0.44% | 0.38% | - |
| HSV(B) | 337.67º | 0.61% | 0.55% | - |
| XYZ | 13.81 | 8.89 | 9.79 | - |
| YUV | 83.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 86 | 0 | 0.61 | 0.39 | 0.45 | 337.67 | 0.44 | 0.38 |
| Hex | 8C | 36 | 56 | 0 | 3D | 27 | 2D | 152 | 2C | 26 |
| Octal | 214 | 66 | 126 | 0 | 75 | 47 | 55 | 522 | 54 | 46 |
| Binary | 10001100 | 110110 | 1010110 | 0 | 111101 | 100111 | 101101 | 101010010 | 101100 | 100110 |
Color Harmonies of #8C3656
Complementary color
Monochromatic Colors of #8C3656
Black with #8C3656
Text Example
Text Example
White with #8C3656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3656; }
p { color: rgb(140,54,86); }
H1.HeaderClassName
{
color: #8C3656;
}
.AnyTagClassName
{
color: #8C3656;
}
</style>
background-color css
<style>
a { background-color: #8C3656; }
a { background-color: rgb(140,54,86); }
div.DivClassName
{
background-color: #8C3656;
}
.BgClassName
{
background-color: #8C3656;
}
</style>
border-color css
<style>
span { border-color: #8C3656; }
span { border-color: rgb(140,54,86); }
td.TdClassName
{
border-color: #8C3656;
}
.TagClassName
{
border-color: #8C3656;
}
</style>