Shades of Rose Bud Cherry #8C3059
Tints of Rose Bud Cherry #8C3059
RGB
CMYK
RGB Variations
Color information
#8C3059 (or 0x8C3059) is known color: Rose Bud Cherry. HEX triplet: 8C, 30 and 59. RGB value is (140,48,89). Sum of RGB (Red+Green+Blue) = 140+48+89=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3059 is #73CFA6. Grayscale: #505050. Windows color (decimal): -7589799 or 5845132. OLE color: 5845132.
HSL color Cylindrical-coordinate representation of color #8C3059: hue angle of 333.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3059 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 89 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.45 |
| HSL | 333.26º | 0.49% | 0.37% | - |
| HSV(B) | 333.26º | 0.66% | 0.55% | - |
| XYZ | 13.68 | 8.41 | 10.35 | - |
| YUV | 80.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 89 | 0 | 0.66 | 0.36 | 0.45 | 333.26 | 0.49 | 0.37 |
| Hex | 8C | 30 | 59 | 0 | 42 | 24 | 2D | 14D | 31 | 25 |
| Octal | 214 | 60 | 131 | 0 | 102 | 44 | 55 | 515 | 61 | 45 |
| Binary | 10001100 | 110000 | 1011001 | 0 | 1000010 | 100100 | 101101 | 101001101 | 110001 | 100101 |
Color Harmonies of #8C3059
Complementary color
Monochromatic Colors of #8C3059
Black with #8C3059
Text Example
Text Example
White with #8C3059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3059; }
p { color: rgb(140,48,89); }
H1.HeaderClassName
{
color: #8C3059;
}
.AnyTagClassName
{
color: #8C3059;
}
</style>
background-color css
<style>
a { background-color: #8C3059; }
a { background-color: rgb(140,48,89); }
div.DivClassName
{
background-color: #8C3059;
}
.BgClassName
{
background-color: #8C3059;
}
</style>
border-color css
<style>
span { border-color: #8C3059; }
span { border-color: rgb(140,48,89); }
td.TdClassName
{
border-color: #8C3059;
}
.TagClassName
{
border-color: #8C3059;
}
</style>