Shades of Rose Bud Cherry #8C3562
Tints of Rose Bud Cherry #8C3562
RGB
CMYK
RGB Variations
Color information
#8C3562 (or 0x8C3562) is known color: Rose Bud Cherry. HEX triplet: 8C, 35 and 62. RGB value is (140,53,98). Sum of RGB (Red+Green+Blue) = 140+53+98=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3562 is #73CA9D. Grayscale: #545454. Windows color (decimal): -7588510 or 6436236. OLE color: 6436236.
HSL color Cylindrical-coordinate representation of color #8C3562: hue angle of 328.97º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C3562 is Cyan = 0, Magento = 0.62, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 98 | - |
| CMYK | 0 | 0.62 | 0.3 | 0.45 |
| HSL | 328.97º | 0.45% | 0.38% | - |
| HSV(B) | 328.97º | 0.62% | 0.55% | - |
| XYZ | 14.29 | 9 | 12.54 | - |
| YUV | 84.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 98 | 0 | 0.62 | 0.3 | 0.45 | 328.97 | 0.45 | 0.38 |
| Hex | 8C | 35 | 62 | 0 | 3E | 1E | 2D | 149 | 2D | 26 |
| Octal | 214 | 65 | 142 | 0 | 76 | 36 | 55 | 511 | 55 | 46 |
| Binary | 10001100 | 110101 | 1100010 | 0 | 111110 | 11110 | 101101 | 101001001 | 101101 | 100110 |
Color Harmonies of #8C3562
Complementary color
Monochromatic Colors of #8C3562
Black with #8C3562
Text Example
Text Example
White with #8C3562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3562; }
p { color: rgb(140,53,98); }
H1.HeaderClassName
{
color: #8C3562;
}
.AnyTagClassName
{
color: #8C3562;
}
</style>
background-color css
<style>
a { background-color: #8C3562; }
a { background-color: rgb(140,53,98); }
div.DivClassName
{
background-color: #8C3562;
}
.BgClassName
{
background-color: #8C3562;
}
</style>
border-color css
<style>
span { border-color: #8C3562; }
span { border-color: rgb(140,53,98); }
td.TdClassName
{
border-color: #8C3562;
}
.TagClassName
{
border-color: #8C3562;
}
</style>