Shades of Rose Bud Cherry #82265C
Tints of Rose Bud Cherry #82265C
RGB
CMYK
RGB Variations
Color information
#82265C (or 0x82265C) is known color: Rose Bud Cherry. HEX triplet: 82, 26 and 5C. RGB value is (130,38,92). Sum of RGB (Red+Green+Blue) = 130+38+92=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82265C is #7DD9A3. Grayscale: #474747. Windows color (decimal): -8247716 or 6039170. OLE color: 6039170.
HSL color Cylindrical-coordinate representation of color #82265C: hue angle of 324.78º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82265C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 38 | 92 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.49 |
| HSL | 324.78º | 0.55% | 0.33% | - |
| HSV(B) | 324.78º | 0.71% | 0.51% | - |
| XYZ | 11.83 | 6.9 | 10.83 | - |
| YUV | 71.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 92 | 0 | 0.71 | 0.29 | 0.49 | 324.78 | 0.55 | 0.33 |
| Hex | 82 | 26 | 5C | 0 | 47 | 1D | 31 | 145 | 37 | 21 |
| Octal | 202 | 46 | 134 | 0 | 107 | 35 | 61 | 505 | 67 | 41 |
| Binary | 10000010 | 100110 | 1011100 | 0 | 1000111 | 11101 | 110001 | 101000101 | 110111 | 100001 |
Color Harmonies of #82265C
Complementary color
Monochromatic Colors of #82265C
Black with #82265C
Text Example
Text Example
White with #82265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82265C; }
p { color: rgb(130,38,92); }
H1.HeaderClassName
{
color: #82265C;
}
.AnyTagClassName
{
color: #82265C;
}
</style>
background-color css
<style>
a { background-color: #82265C; }
a { background-color: rgb(130,38,92); }
div.DivClassName
{
background-color: #82265C;
}
.BgClassName
{
background-color: #82265C;
}
</style>
border-color css
<style>
span { border-color: #82265C; }
span { border-color: rgb(130,38,92); }
td.TdClassName
{
border-color: #82265C;
}
.TagClassName
{
border-color: #82265C;
}
</style>