Shades of Rose Bud Cherry #82235A
Tints of Rose Bud Cherry #82235A
RGB
CMYK
RGB Variations
Color information
#82235A (or 0x82235A) is known color: Rose Bud Cherry. HEX triplet: 82, 23 and 5A. RGB value is (130,35,90). Sum of RGB (Red+Green+Blue) = 130+35+90=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #82235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82235A is #7DDCA5. Grayscale: #454545. Windows color (decimal): -8248486 or 5907330. OLE color: 5907330.
HSL color Cylindrical-coordinate representation of color #82235A: hue angle of 325.26º 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 #82235A is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 35 | 90 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.49 |
| HSL | 325.26º | 0.58% | 0.32% | - |
| HSV(B) | 325.26º | 0.73% | 0.51% | - |
| XYZ | 11.65 | 6.69 | 10.35 | - |
| YUV | 69.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 90 | 0 | 0.73 | 0.31 | 0.49 | 325.26 | 0.58 | 0.32 |
| Hex | 82 | 23 | 5A | 0 | 49 | 1F | 31 | 145 | 3A | 20 |
| Octal | 202 | 43 | 132 | 0 | 111 | 37 | 61 | 505 | 72 | 40 |
| Binary | 10000010 | 100011 | 1011010 | 0 | 1001001 | 11111 | 110001 | 101000101 | 111010 | 100000 |
Color Harmonies of #82235A
Complementary color
Monochromatic Colors of #82235A
Black with #82235A
Text Example
Text Example
White with #82235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82235A; }
p { color: rgb(130,35,90); }
H1.HeaderClassName
{
color: #82235A;
}
.AnyTagClassName
{
color: #82235A;
}
</style>
background-color css
<style>
a { background-color: #82235A; }
a { background-color: rgb(130,35,90); }
div.DivClassName
{
background-color: #82235A;
}
.BgClassName
{
background-color: #82235A;
}
</style>
border-color css
<style>
span { border-color: #82235A; }
span { border-color: rgb(130,35,90); }
td.TdClassName
{
border-color: #82235A;
}
.TagClassName
{
border-color: #82235A;
}
</style>