Shades of Rose Bud Cherry #8C3755
Tints of Rose Bud Cherry #8C3755
RGB
CMYK
RGB Variations
Color information
#8C3755 (or 0x8C3755) is known color: Rose Bud Cherry. HEX triplet: 8C, 37 and 55. RGB value is (140,55,85). Sum of RGB (Red+Green+Blue) = 140+55+85=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3755 is #73C8AA. Grayscale: #535353. Windows color (decimal): -7588011 or 5584780. OLE color: 5584780.
HSL color Cylindrical-coordinate representation of color #8C3755: hue angle of 338.82º 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 #8C3755 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 85 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.45 |
| HSL | 338.82º | 0.44% | 0.38% | - |
| HSV(B) | 338.82º | 0.61% | 0.55% | - |
| XYZ | 13.82 | 8.96 | 9.6 | - |
| YUV | 83.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 85 | 0 | 0.61 | 0.39 | 0.45 | 338.82 | 0.44 | 0.38 |
| Hex | 8C | 37 | 55 | 0 | 3D | 27 | 2D | 153 | 2C | 26 |
| Octal | 214 | 67 | 125 | 0 | 75 | 47 | 55 | 523 | 54 | 46 |
| Binary | 10001100 | 110111 | 1010101 | 0 | 111101 | 100111 | 101101 | 101010011 | 101100 | 100110 |
Color Harmonies of #8C3755
Complementary color
Monochromatic Colors of #8C3755
Black with #8C3755
Text Example
Text Example
White with #8C3755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3755; }
p { color: rgb(140,55,85); }
H1.HeaderClassName
{
color: #8C3755;
}
.AnyTagClassName
{
color: #8C3755;
}
</style>
background-color css
<style>
a { background-color: #8C3755; }
a { background-color: rgb(140,55,85); }
div.DivClassName
{
background-color: #8C3755;
}
.BgClassName
{
background-color: #8C3755;
}
</style>
border-color css
<style>
span { border-color: #8C3755; }
span { border-color: rgb(140,55,85); }
td.TdClassName
{
border-color: #8C3755;
}
.TagClassName
{
border-color: #8C3755;
}
</style>