Shades of Rose Bud Cherry #8C355A
Tints of Rose Bud Cherry #8C355A
RGB
CMYK
RGB Variations
Color information
#8C355A (or 0x8C355A) is known color: Rose Bud Cherry. HEX triplet: 8C, 35 and 5A. RGB value is (140,53,90). Sum of RGB (Red+Green+Blue) = 140+53+90=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C355A is #73CAA5. Grayscale: #535353. Windows color (decimal): -7588518 or 5911948. OLE color: 5911948.
HSL color Cylindrical-coordinate representation of color #8C355A: hue angle of 334.48º 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 #8C355A is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 90 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.45 |
| HSL | 334.48º | 0.45% | 0.38% | - |
| HSV(B) | 334.48º | 0.62% | 0.55% | - |
| XYZ | 13.93 | 8.86 | 10.65 | - |
| YUV | 83.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 90 | 0 | 0.62 | 0.36 | 0.45 | 334.48 | 0.45 | 0.38 |
| Hex | 8C | 35 | 5A | 0 | 3E | 24 | 2D | 14E | 2D | 26 |
| Octal | 214 | 65 | 132 | 0 | 76 | 44 | 55 | 516 | 55 | 46 |
| Binary | 10001100 | 110101 | 1011010 | 0 | 111110 | 100100 | 101101 | 101001110 | 101101 | 100110 |
Color Harmonies of #8C355A
Complementary color
Monochromatic Colors of #8C355A
Black with #8C355A
Text Example
Text Example
White with #8C355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C355A; }
p { color: rgb(140,53,90); }
H1.HeaderClassName
{
color: #8C355A;
}
.AnyTagClassName
{
color: #8C355A;
}
</style>
background-color css
<style>
a { background-color: #8C355A; }
a { background-color: rgb(140,53,90); }
div.DivClassName
{
background-color: #8C355A;
}
.BgClassName
{
background-color: #8C355A;
}
</style>
border-color css
<style>
span { border-color: #8C355A; }
span { border-color: rgb(140,53,90); }
td.TdClassName
{
border-color: #8C355A;
}
.TagClassName
{
border-color: #8C355A;
}
</style>