Shades of Rose Bud Cherry #8C3456
Tints of Rose Bud Cherry #8C3456
RGB
CMYK
RGB Variations
Color information
#8C3456 (or 0x8C3456) is known color: Rose Bud Cherry. HEX triplet: 8C, 34 and 56. RGB value is (140,52,86). Sum of RGB (Red+Green+Blue) = 140+52+86=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3456 is #73CBA9. Grayscale: #525252. Windows color (decimal): -7588778 or 5649548. OLE color: 5649548.
HSL color Cylindrical-coordinate representation of color #8C3456: hue angle of 336.82º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3456 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 86 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.45 |
| HSL | 336.82º | 0.46% | 0.38% | - |
| HSV(B) | 336.82º | 0.63% | 0.55% | - |
| XYZ | 13.72 | 8.7 | 9.76 | - |
| YUV | 82.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 86 | 0 | 0.63 | 0.39 | 0.45 | 336.82 | 0.46 | 0.38 |
| Hex | 8C | 34 | 56 | 0 | 3F | 27 | 2D | 151 | 2E | 26 |
| Octal | 214 | 64 | 126 | 0 | 77 | 47 | 55 | 521 | 56 | 46 |
| Binary | 10001100 | 110100 | 1010110 | 0 | 111111 | 100111 | 101101 | 101010001 | 101110 | 100110 |
Color Harmonies of #8C3456
Complementary color
Monochromatic Colors of #8C3456
Black with #8C3456
Text Example
Text Example
White with #8C3456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3456; }
p { color: rgb(140,52,86); }
H1.HeaderClassName
{
color: #8C3456;
}
.AnyTagClassName
{
color: #8C3456;
}
</style>
background-color css
<style>
a { background-color: #8C3456; }
a { background-color: rgb(140,52,86); }
div.DivClassName
{
background-color: #8C3456;
}
.BgClassName
{
background-color: #8C3456;
}
</style>
border-color css
<style>
span { border-color: #8C3456; }
span { border-color: rgb(140,52,86); }
td.TdClassName
{
border-color: #8C3456;
}
.TagClassName
{
border-color: #8C3456;
}
</style>