Shades of Rose Bud Cherry #8C3764
Tints of Rose Bud Cherry #8C3764
RGB
CMYK
RGB Variations
Color information
#8C3764 (or 0x8C3764) is known color: Rose Bud Cherry. HEX triplet: 8C, 37 and 64. RGB value is (140,55,100). Sum of RGB (Red+Green+Blue) = 140+55+100=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3764 is #73C89B. Grayscale: #555555. Windows color (decimal): -7587996 or 6567820. OLE color: 6567820.
HSL color Cylindrical-coordinate representation of color #8C3764: hue angle of 328.24º 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 #8C3764 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 100 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.45 |
| HSL | 328.24º | 0.44% | 0.38% | - |
| HSV(B) | 328.24º | 0.61% | 0.55% | - |
| XYZ | 14.48 | 9.23 | 13.07 | - |
| YUV | 85.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 100 | 0 | 0.61 | 0.29 | 0.45 | 328.24 | 0.44 | 0.38 |
| Hex | 8C | 37 | 64 | 0 | 3D | 1D | 2D | 148 | 2C | 26 |
| Octal | 214 | 67 | 144 | 0 | 75 | 35 | 55 | 510 | 54 | 46 |
| Binary | 10001100 | 110111 | 1100100 | 0 | 111101 | 11101 | 101101 | 101001000 | 101100 | 100110 |
Color Harmonies of #8C3764
Complementary color
Monochromatic Colors of #8C3764
Black with #8C3764
Text Example
Text Example
White with #8C3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3764; }
p { color: rgb(140,55,100); }
H1.HeaderClassName
{
color: #8C3764;
}
.AnyTagClassName
{
color: #8C3764;
}
</style>
background-color css
<style>
a { background-color: #8C3764; }
a { background-color: rgb(140,55,100); }
div.DivClassName
{
background-color: #8C3764;
}
.BgClassName
{
background-color: #8C3764;
}
</style>
border-color css
<style>
span { border-color: #8C3764; }
span { border-color: rgb(140,55,100); }
td.TdClassName
{
border-color: #8C3764;
}
.TagClassName
{
border-color: #8C3764;
}
</style>