Shades of Rose Bud Cherry #8C3653
Tints of Rose Bud Cherry #8C3653
RGB
CMYK
RGB Variations
Color information
#8C3653 (or 0x8C3653) is known color: Rose Bud Cherry. HEX triplet: 8C, 36 and 53. RGB value is (140,54,83). Sum of RGB (Red+Green+Blue) = 140+54+83=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3653 is #73C9AC. Grayscale: #525252. Windows color (decimal): -7588269 or 5453452. OLE color: 5453452.
HSL color Cylindrical-coordinate representation of color #8C3653: hue angle of 339.77º 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 #8C3653 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 83 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.45 |
| HSL | 339.77º | 0.44% | 0.38% | - |
| HSV(B) | 339.77º | 0.61% | 0.55% | - |
| XYZ | 13.7 | 8.84 | 9.17 | - |
| YUV | 83.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 83 | 0 | 0.61 | 0.41 | 0.45 | 339.77 | 0.44 | 0.38 |
| Hex | 8C | 36 | 53 | 0 | 3D | 29 | 2D | 154 | 2C | 26 |
| Octal | 214 | 66 | 123 | 0 | 75 | 51 | 55 | 524 | 54 | 46 |
| Binary | 10001100 | 110110 | 1010011 | 0 | 111101 | 101001 | 101101 | 101010100 | 101100 | 100110 |
Color Harmonies of #8C3653
Complementary color
Monochromatic Colors of #8C3653
Black with #8C3653
Text Example
Text Example
White with #8C3653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3653; }
p { color: rgb(140,54,83); }
H1.HeaderClassName
{
color: #8C3653;
}
.AnyTagClassName
{
color: #8C3653;
}
</style>
background-color css
<style>
a { background-color: #8C3653; }
a { background-color: rgb(140,54,83); }
div.DivClassName
{
background-color: #8C3653;
}
.BgClassName
{
background-color: #8C3653;
}
</style>
border-color css
<style>
span { border-color: #8C3653; }
span { border-color: rgb(140,54,83); }
td.TdClassName
{
border-color: #8C3653;
}
.TagClassName
{
border-color: #8C3653;
}
</style>