Shades of Rose Bud Cherry #883E5C
Tints of Rose Bud Cherry #883E5C
RGB
CMYK
RGB Variations
Color information
#883E5C (or 0x883E5C) is known color: Rose Bud Cherry. HEX triplet: 88, 3E and 5C. RGB value is (136,62,92). Sum of RGB (Red+Green+Blue) = 136+62+92=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #883E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883E5C is #77C1A3. Grayscale: #575757. Windows color (decimal): -7848356 or 6045320. OLE color: 6045320.
HSL color Cylindrical-coordinate representation of color #883E5C: hue angle of 335.68º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883E5C is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 62 | 92 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.47 |
| HSL | 335.68º | 0.37% | 0.39% | - |
| HSV(B) | 335.68º | 0.54% | 0.53% | - |
| XYZ | 13.81 | 9.45 | 11.22 | - |
| YUV | 87.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 92 | 0 | 0.54 | 0.32 | 0.47 | 335.68 | 0.37 | 0.39 |
| Hex | 88 | 3E | 5C | 0 | 36 | 20 | 2F | 150 | 25 | 27 |
| Octal | 210 | 76 | 134 | 0 | 66 | 40 | 57 | 520 | 45 | 47 |
| Binary | 10001000 | 111110 | 1011100 | 0 | 110110 | 100000 | 101111 | 101010000 | 100101 | 100111 |
Color Harmonies of #883E5C
Complementary color
Monochromatic Colors of #883E5C
Black with #883E5C
Text Example
Text Example
White with #883E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883E5C; }
p { color: rgb(136,62,92); }
H1.HeaderClassName
{
color: #883E5C;
}
.AnyTagClassName
{
color: #883E5C;
}
</style>
background-color css
<style>
a { background-color: #883E5C; }
a { background-color: rgb(136,62,92); }
div.DivClassName
{
background-color: #883E5C;
}
.BgClassName
{
background-color: #883E5C;
}
</style>
border-color css
<style>
span { border-color: #883E5C; }
span { border-color: rgb(136,62,92); }
td.TdClassName
{
border-color: #883E5C;
}
.TagClassName
{
border-color: #883E5C;
}
</style>