Shades of Rose Bud Cherry #8C345C
Tints of Rose Bud Cherry #8C345C
RGB
CMYK
RGB Variations
Color information
#8C345C (or 0x8C345C) is known color: Rose Bud Cherry. HEX triplet: 8C, 34 and 5C. RGB value is (140,52,92). Sum of RGB (Red+Green+Blue) = 140+52+92=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C345C is #73CBA3. Grayscale: #525252. Windows color (decimal): -7588772 or 6042764. OLE color: 6042764.
HSL color Cylindrical-coordinate representation of color #8C345C: hue angle of 332.73º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C345C is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 92 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.45 |
| HSL | 332.73º | 0.46% | 0.38% | - |
| HSV(B) | 332.73º | 0.63% | 0.55% | - |
| XYZ | 13.97 | 8.8 | 11.09 | - |
| YUV | 82.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 92 | 0 | 0.63 | 0.34 | 0.45 | 332.73 | 0.46 | 0.38 |
| Hex | 8C | 34 | 5C | 0 | 3F | 22 | 2D | 14D | 2E | 26 |
| Octal | 214 | 64 | 134 | 0 | 77 | 42 | 55 | 515 | 56 | 46 |
| Binary | 10001100 | 110100 | 1011100 | 0 | 111111 | 100010 | 101101 | 101001101 | 101110 | 100110 |
Color Harmonies of #8C345C
Complementary color
Monochromatic Colors of #8C345C
Black with #8C345C
Text Example
Text Example
White with #8C345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C345C; }
p { color: rgb(140,52,92); }
H1.HeaderClassName
{
color: #8C345C;
}
.AnyTagClassName
{
color: #8C345C;
}
</style>
background-color css
<style>
a { background-color: #8C345C; }
a { background-color: rgb(140,52,92); }
div.DivClassName
{
background-color: #8C345C;
}
.BgClassName
{
background-color: #8C345C;
}
</style>
border-color css
<style>
span { border-color: #8C345C; }
span { border-color: rgb(140,52,92); }
td.TdClassName
{
border-color: #8C345C;
}
.TagClassName
{
border-color: #8C345C;
}
</style>