Shades of Rose Bud Cherry #883A65
Tints of Rose Bud Cherry #883A65
RGB
CMYK
RGB Variations
Color information
#883A65 (or 0x883A65) is known color: Rose Bud Cherry. HEX triplet: 88, 3A and 65. RGB value is (136,58,101). Sum of RGB (Red+Green+Blue) = 136+58+101=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #883A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883A65 is #77C59A. Grayscale: #565656. Windows color (decimal): -7849371 or 6634120. OLE color: 6634120.
HSL color Cylindrical-coordinate representation of color #883A65: hue angle of 326.92º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A65 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 101 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.47 |
| HSL | 326.92º | 0.4% | 0.38% | - |
| HSV(B) | 326.92º | 0.57% | 0.53% | - |
| XYZ | 14.02 | 9.2 | 13.35 | - |
| YUV | 86.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 101 | 0 | 0.57 | 0.26 | 0.47 | 326.92 | 0.4 | 0.38 |
| Hex | 88 | 3A | 65 | 0 | 39 | 1A | 2F | 147 | 28 | 26 |
| Octal | 210 | 72 | 145 | 0 | 71 | 32 | 57 | 507 | 50 | 46 |
| Binary | 10001000 | 111010 | 1100101 | 0 | 111001 | 11010 | 101111 | 101000111 | 101000 | 100110 |
Color Harmonies of #883A65
Complementary color
Monochromatic Colors of #883A65
Black with #883A65
Text Example
Text Example
White with #883A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A65; }
p { color: rgb(136,58,101); }
H1.HeaderClassName
{
color: #883A65;
}
.AnyTagClassName
{
color: #883A65;
}
</style>
background-color css
<style>
a { background-color: #883A65; }
a { background-color: rgb(136,58,101); }
div.DivClassName
{
background-color: #883A65;
}
.BgClassName
{
background-color: #883A65;
}
</style>
border-color css
<style>
span { border-color: #883A65; }
span { border-color: rgb(136,58,101); }
td.TdClassName
{
border-color: #883A65;
}
.TagClassName
{
border-color: #883A65;
}
</style>