Shades of Rose Bud Cherry #8C345B
Tints of Rose Bud Cherry #8C345B
RGB
CMYK
RGB Variations
Color information
#8C345B (or 0x8C345B) is known color: Rose Bud Cherry. HEX triplet: 8C, 34 and 5B. RGB value is (140,52,91). Sum of RGB (Red+Green+Blue) = 140+52+91=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C345B is #73CBA4. Grayscale: #525252. Windows color (decimal): -7588773 or 5977228. OLE color: 5977228.
HSL color Cylindrical-coordinate representation of color #8C345B: hue angle of 333.41º 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 #8C345B is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 91 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.45 |
| HSL | 333.41º | 0.46% | 0.38% | - |
| HSV(B) | 333.41º | 0.63% | 0.55% | - |
| XYZ | 13.93 | 8.79 | 10.86 | - |
| YUV | 82.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 91 | 0 | 0.63 | 0.35 | 0.45 | 333.41 | 0.46 | 0.38 |
| Hex | 8C | 34 | 5B | 0 | 3F | 23 | 2D | 14D | 2E | 26 |
| Octal | 214 | 64 | 133 | 0 | 77 | 43 | 55 | 515 | 56 | 46 |
| Binary | 10001100 | 110100 | 1011011 | 0 | 111111 | 100011 | 101101 | 101001101 | 101110 | 100110 |
Color Harmonies of #8C345B
Complementary color
Monochromatic Colors of #8C345B
Black with #8C345B
Text Example
Text Example
White with #8C345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C345B; }
p { color: rgb(140,52,91); }
H1.HeaderClassName
{
color: #8C345B;
}
.AnyTagClassName
{
color: #8C345B;
}
</style>
background-color css
<style>
a { background-color: #8C345B; }
a { background-color: rgb(140,52,91); }
div.DivClassName
{
background-color: #8C345B;
}
.BgClassName
{
background-color: #8C345B;
}
</style>
border-color css
<style>
span { border-color: #8C345B; }
span { border-color: rgb(140,52,91); }
td.TdClassName
{
border-color: #8C345B;
}
.TagClassName
{
border-color: #8C345B;
}
</style>