Shades of Rose Bud Cherry #882D52
Tints of Rose Bud Cherry #882D52
RGB
CMYK
RGB Variations
Color information
#882D52 (or 0x882D52) is known color: Rose Bud Cherry. HEX triplet: 88, 2D and 52. RGB value is (136,45,82). Sum of RGB (Red+Green+Blue) = 136+45+82=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #882D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882D52 is #77D2AD. Grayscale: #4C4C4C. Windows color (decimal): -7852718 or 5385608. OLE color: 5385608.
HSL color Cylindrical-coordinate representation of color #882D52: hue angle of 335.6º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D52 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 82 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.47 |
| HSL | 335.6º | 0.5% | 0.35% | - |
| HSV(B) | 335.6º | 0.67% | 0.53% | - |
| XYZ | 12.61 | 7.72 | 8.81 | - |
| YUV | 76.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 82 | 0 | 0.67 | 0.40 | 0.47 | 335.6 | 0.5 | 0.35 |
| Hex | 88 | 2D | 52 | 0 | 43 | 28 | 2F | 150 | 32 | 23 |
| Octal | 210 | 55 | 122 | 0 | 103 | 50 | 57 | 520 | 62 | 43 |
| Binary | 10001000 | 101101 | 1010010 | 0 | 1000011 | 101000 | 101111 | 101010000 | 110010 | 100011 |
Color Harmonies of #882D52
Complementary color
Monochromatic Colors of #882D52
Black with #882D52
Text Example
Text Example
White with #882D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D52; }
p { color: rgb(136,45,82); }
H1.HeaderClassName
{
color: #882D52;
}
.AnyTagClassName
{
color: #882D52;
}
</style>
background-color css
<style>
a { background-color: #882D52; }
a { background-color: rgb(136,45,82); }
div.DivClassName
{
background-color: #882D52;
}
.BgClassName
{
background-color: #882D52;
}
</style>
border-color css
<style>
span { border-color: #882D52; }
span { border-color: rgb(136,45,82); }
td.TdClassName
{
border-color: #882D52;
}
.TagClassName
{
border-color: #882D52;
}
</style>