Shades of Rose Bud Cherry #82235E
Tints of Rose Bud Cherry #82235E
RGB
CMYK
RGB Variations
Color information
#82235E (or 0x82235E) is known color: Rose Bud Cherry. HEX triplet: 82, 23 and 5E. RGB value is (130,35,94). Sum of RGB (Red+Green+Blue) = 130+35+94=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82235E is #7DDCA1. Grayscale: #454545. Windows color (decimal): -8248482 or 6169474. OLE color: 6169474.
HSL color Cylindrical-coordinate representation of color #82235E: hue angle of 322.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82235E is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 35 | 94 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.49 |
| HSL | 322.74º | 0.58% | 0.32% | - |
| HSV(B) | 322.74º | 0.73% | 0.51% | - |
| XYZ | 11.83 | 6.76 | 11.27 | - |
| YUV | 70.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 94 | 0 | 0.73 | 0.28 | 0.49 | 322.74 | 0.58 | 0.32 |
| Hex | 82 | 23 | 5E | 0 | 49 | 1C | 31 | 143 | 3A | 20 |
| Octal | 202 | 43 | 136 | 0 | 111 | 34 | 61 | 503 | 72 | 40 |
| Binary | 10000010 | 100011 | 1011110 | 0 | 1001001 | 11100 | 110001 | 101000011 | 111010 | 100000 |
Color Harmonies of #82235E
Complementary color
Monochromatic Colors of #82235E
Black with #82235E
Text Example
Text Example
White with #82235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82235E; }
p { color: rgb(130,35,94); }
H1.HeaderClassName
{
color: #82235E;
}
.AnyTagClassName
{
color: #82235E;
}
</style>
background-color css
<style>
a { background-color: #82235E; }
a { background-color: rgb(130,35,94); }
div.DivClassName
{
background-color: #82235E;
}
.BgClassName
{
background-color: #82235E;
}
</style>
border-color css
<style>
span { border-color: #82235E; }
span { border-color: rgb(130,35,94); }
td.TdClassName
{
border-color: #82235E;
}
.TagClassName
{
border-color: #82235E;
}
</style>