Shades of Rose Bud Cherry #852C63
Tints of Rose Bud Cherry #852C63
RGB
CMYK
RGB Variations
Color information
#852C63 (or 0x852C63) is known color: Rose Bud Cherry. HEX triplet: 85, 2C and 63. RGB value is (133,44,99). Sum of RGB (Red+Green+Blue) = 133+44+99=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #852C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C63 is #7AD39C. Grayscale: #4C4C4C. Windows color (decimal): -8049565 or 6499461. OLE color: 6499461.
HSL color Cylindrical-coordinate representation of color #852C63: hue angle of 322.92º 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 #852C63 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 99 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.48 |
| HSL | 322.92º | 0.5% | 0.35% | - |
| HSV(B) | 322.92º | 0.67% | 0.52% | - |
| XYZ | 12.83 | 7.69 | 12.61 | - |
| YUV | 76.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 99 | 0 | 0.67 | 0.26 | 0.48 | 322.92 | 0.5 | 0.35 |
| Hex | 85 | 2C | 63 | 0 | 43 | 1A | 30 | 143 | 32 | 23 |
| Octal | 205 | 54 | 143 | 0 | 103 | 32 | 60 | 503 | 62 | 43 |
| Binary | 10000101 | 101100 | 1100011 | 0 | 1000011 | 11010 | 110000 | 101000011 | 110010 | 100011 |
Color Harmonies of #852C63
Complementary color
Monochromatic Colors of #852C63
Black with #852C63
Text Example
Text Example
White with #852C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C63; }
p { color: rgb(133,44,99); }
H1.HeaderClassName
{
color: #852C63;
}
.AnyTagClassName
{
color: #852C63;
}
</style>
background-color css
<style>
a { background-color: #852C63; }
a { background-color: rgb(133,44,99); }
div.DivClassName
{
background-color: #852C63;
}
.BgClassName
{
background-color: #852C63;
}
</style>
border-color css
<style>
span { border-color: #852C63; }
span { border-color: rgb(133,44,99); }
td.TdClassName
{
border-color: #852C63;
}
.TagClassName
{
border-color: #852C63;
}
</style>