Shades of Rose Bud Cherry #8C345D
Tints of Rose Bud Cherry #8C345D
RGB
CMYK
RGB Variations
Color information
#8C345D (or 0x8C345D) is known color: Rose Bud Cherry. HEX triplet: 8C, 34 and 5D. RGB value is (140,52,93). Sum of RGB (Red+Green+Blue) = 140+52+93=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C345D is #73CBA2. Grayscale: #525252. Windows color (decimal): -7588771 or 6108300. OLE color: 6108300.
HSL color Cylindrical-coordinate representation of color #8C345D: hue angle of 332.05º 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 #8C345D is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 93 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.45 |
| HSL | 332.05º | 0.46% | 0.38% | - |
| HSV(B) | 332.05º | 0.63% | 0.55% | - |
| XYZ | 14.02 | 8.82 | 11.32 | - |
| YUV | 82.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 93 | 0 | 0.63 | 0.34 | 0.45 | 332.05 | 0.46 | 0.38 |
| Hex | 8C | 34 | 5D | 0 | 3F | 22 | 2D | 14C | 2E | 26 |
| Octal | 214 | 64 | 135 | 0 | 77 | 42 | 55 | 514 | 56 | 46 |
| Binary | 10001100 | 110100 | 1011101 | 0 | 111111 | 100010 | 101101 | 101001100 | 101110 | 100110 |
Color Harmonies of #8C345D
Complementary color
Monochromatic Colors of #8C345D
Black with #8C345D
Text Example
Text Example
White with #8C345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C345D; }
p { color: rgb(140,52,93); }
H1.HeaderClassName
{
color: #8C345D;
}
.AnyTagClassName
{
color: #8C345D;
}
</style>
background-color css
<style>
a { background-color: #8C345D; }
a { background-color: rgb(140,52,93); }
div.DivClassName
{
background-color: #8C345D;
}
.BgClassName
{
background-color: #8C345D;
}
</style>
border-color css
<style>
span { border-color: #8C345D; }
span { border-color: rgb(140,52,93); }
td.TdClassName
{
border-color: #8C345D;
}
.TagClassName
{
border-color: #8C345D;
}
</style>