Shades of Rose Bud Cherry #8C375C
Tints of Rose Bud Cherry #8C375C
RGB
CMYK
RGB Variations
Color information
#8C375C (or 0x8C375C) is known color: Rose Bud Cherry. HEX triplet: 8C, 37 and 5C. RGB value is (140,55,92). Sum of RGB (Red+Green+Blue) = 140+55+92=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C375C is #73C8A3. Grayscale: #545454. Windows color (decimal): -7588004 or 6043532. OLE color: 6043532.
HSL color Cylindrical-coordinate representation of color #8C375C: hue angle of 333.88º 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 #8C375C is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 92 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.45 |
| HSL | 333.88º | 0.44% | 0.38% | - |
| HSV(B) | 333.88º | 0.61% | 0.55% | - |
| XYZ | 14.11 | 9.08 | 11.13 | - |
| YUV | 84.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 92 | 0 | 0.61 | 0.34 | 0.45 | 333.88 | 0.44 | 0.38 |
| Hex | 8C | 37 | 5C | 0 | 3D | 22 | 2D | 14E | 2C | 26 |
| Octal | 214 | 67 | 134 | 0 | 75 | 42 | 55 | 516 | 54 | 46 |
| Binary | 10001100 | 110111 | 1011100 | 0 | 111101 | 100010 | 101101 | 101001110 | 101100 | 100110 |
Color Harmonies of #8C375C
Complementary color
Monochromatic Colors of #8C375C
Black with #8C375C
Text Example
Text Example
White with #8C375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C375C; }
p { color: rgb(140,55,92); }
H1.HeaderClassName
{
color: #8C375C;
}
.AnyTagClassName
{
color: #8C375C;
}
</style>
background-color css
<style>
a { background-color: #8C375C; }
a { background-color: rgb(140,55,92); }
div.DivClassName
{
background-color: #8C375C;
}
.BgClassName
{
background-color: #8C375C;
}
</style>
border-color css
<style>
span { border-color: #8C375C; }
span { border-color: rgb(140,55,92); }
td.TdClassName
{
border-color: #8C375C;
}
.TagClassName
{
border-color: #8C375C;
}
</style>