Shades of Rose Bud Cherry #852C5D
Tints of Rose Bud Cherry #852C5D
RGB
CMYK
RGB Variations
Color information
#852C5D (or 0x852C5D) is known color: Rose Bud Cherry. HEX triplet: 85, 2C and 5D. RGB value is (133,44,93). Sum of RGB (Red+Green+Blue) = 133+44+93=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #852C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C5D is #7AD3A2. Grayscale: #4C4C4C. Windows color (decimal): -8049571 or 6106245. OLE color: 6106245.
HSL color Cylindrical-coordinate representation of color #852C5D: hue angle of 326.97º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C5D is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 93 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.48 |
| HSL | 326.97º | 0.5% | 0.35% | - |
| HSV(B) | 326.97º | 0.67% | 0.52% | - |
| XYZ | 12.55 | 7.58 | 11.16 | - |
| YUV | 76.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 93 | 0 | 0.67 | 0.30 | 0.48 | 326.97 | 0.5 | 0.35 |
| Hex | 85 | 2C | 5D | 0 | 43 | 1E | 30 | 147 | 32 | 23 |
| Octal | 205 | 54 | 135 | 0 | 103 | 36 | 60 | 507 | 62 | 43 |
| Binary | 10000101 | 101100 | 1011101 | 0 | 1000011 | 11110 | 110000 | 101000111 | 110010 | 100011 |
Color Harmonies of #852C5D
Complementary color
Monochromatic Colors of #852C5D
Black with #852C5D
Text Example
Text Example
White with #852C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C5D; }
p { color: rgb(133,44,93); }
H1.HeaderClassName
{
color: #852C5D;
}
.AnyTagClassName
{
color: #852C5D;
}
</style>
background-color css
<style>
a { background-color: #852C5D; }
a { background-color: rgb(133,44,93); }
div.DivClassName
{
background-color: #852C5D;
}
.BgClassName
{
background-color: #852C5D;
}
</style>
border-color css
<style>
span { border-color: #852C5D; }
span { border-color: rgb(133,44,93); }
td.TdClassName
{
border-color: #852C5D;
}
.TagClassName
{
border-color: #852C5D;
}
</style>