Shades of Rose Bud Cherry #8C3052
Tints of Rose Bud Cherry #8C3052
RGB
CMYK
RGB Variations
Color information
#8C3052 (or 0x8C3052) is known color: Rose Bud Cherry. HEX triplet: 8C, 30 and 52. RGB value is (140,48,82). Sum of RGB (Red+Green+Blue) = 140+48+82=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3052 is #73CFAD. Grayscale: #4F4F4F. Windows color (decimal): -7589806 or 5386380. OLE color: 5386380.
HSL color Cylindrical-coordinate representation of color #8C3052: hue angle of 337.83º 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 #8C3052 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 82 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.45 |
| HSL | 337.83º | 0.49% | 0.37% | - |
| HSV(B) | 337.83º | 0.66% | 0.55% | - |
| XYZ | 13.4 | 8.3 | 8.88 | - |
| YUV | 79.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 82 | 0 | 0.66 | 0.41 | 0.45 | 337.83 | 0.49 | 0.37 |
| Hex | 8C | 30 | 52 | 0 | 42 | 29 | 2D | 152 | 31 | 25 |
| Octal | 214 | 60 | 122 | 0 | 102 | 51 | 55 | 522 | 61 | 45 |
| Binary | 10001100 | 110000 | 1010010 | 0 | 1000010 | 101001 | 101101 | 101010010 | 110001 | 100101 |
Color Harmonies of #8C3052
Complementary color
Monochromatic Colors of #8C3052
Black with #8C3052
Text Example
Text Example
White with #8C3052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3052; }
p { color: rgb(140,48,82); }
H1.HeaderClassName
{
color: #8C3052;
}
.AnyTagClassName
{
color: #8C3052;
}
</style>
background-color css
<style>
a { background-color: #8C3052; }
a { background-color: rgb(140,48,82); }
div.DivClassName
{
background-color: #8C3052;
}
.BgClassName
{
background-color: #8C3052;
}
</style>
border-color css
<style>
span { border-color: #8C3052; }
span { border-color: rgb(140,48,82); }
td.TdClassName
{
border-color: #8C3052;
}
.TagClassName
{
border-color: #8C3052;
}
</style>