Shades of Rose Bud Cherry #82255A
Tints of Rose Bud Cherry #82255A
RGB
CMYK
RGB Variations
Color information
#82255A (or 0x82255A) is known color: Rose Bud Cherry. HEX triplet: 82, 25 and 5A. RGB value is (130,37,90). Sum of RGB (Red+Green+Blue) = 130+37+90=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82255A is #7DDAA5. Grayscale: #464646. Windows color (decimal): -8247974 or 5907842. OLE color: 5907842.
HSL color Cylindrical-coordinate representation of color #82255A: hue angle of 325.81º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82255A is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 37 | 90 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.49 |
| HSL | 325.81º | 0.56% | 0.33% | - |
| HSV(B) | 325.81º | 0.72% | 0.51% | - |
| XYZ | 11.71 | 6.81 | 10.37 | - |
| YUV | 70.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 90 | 0 | 0.72 | 0.31 | 0.49 | 325.81 | 0.56 | 0.33 |
| Hex | 82 | 25 | 5A | 0 | 48 | 1F | 31 | 146 | 38 | 21 |
| Octal | 202 | 45 | 132 | 0 | 110 | 37 | 61 | 506 | 70 | 41 |
| Binary | 10000010 | 100101 | 1011010 | 0 | 1001000 | 11111 | 110001 | 101000110 | 111000 | 100001 |
Color Harmonies of #82255A
Complementary color
Monochromatic Colors of #82255A
Black with #82255A
Text Example
Text Example
White with #82255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82255A; }
p { color: rgb(130,37,90); }
H1.HeaderClassName
{
color: #82255A;
}
.AnyTagClassName
{
color: #82255A;
}
</style>
background-color css
<style>
a { background-color: #82255A; }
a { background-color: rgb(130,37,90); }
div.DivClassName
{
background-color: #82255A;
}
.BgClassName
{
background-color: #82255A;
}
</style>
border-color css
<style>
span { border-color: #82255A; }
span { border-color: rgb(130,37,90); }
td.TdClassName
{
border-color: #82255A;
}
.TagClassName
{
border-color: #82255A;
}
</style>