Shades of Rose Bud Cherry #82385A
Tints of Rose Bud Cherry #82385A
RGB
CMYK
RGB Variations
Color information
#82385A (or 0x82385A) is known color: Rose Bud Cherry. HEX triplet: 82, 38 and 5A. RGB value is (130,56,90). Sum of RGB (Red+Green+Blue) = 130+56+90=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82385A is #7DC7A5. Grayscale: #515151. Windows color (decimal): -8243110 or 5912706. OLE color: 5912706.
HSL color Cylindrical-coordinate representation of color #82385A: hue angle of 332.43º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82385A is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 90 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.49 |
| HSL | 332.43º | 0.4% | 0.36% | - |
| HSV(B) | 332.43º | 0.57% | 0.51% | - |
| XYZ | 12.47 | 8.31 | 10.62 | - |
| YUV | 82 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 90 | 0 | 0.57 | 0.31 | 0.49 | 332.43 | 0.4 | 0.36 |
| Hex | 82 | 38 | 5A | 0 | 39 | 1F | 31 | 14C | 28 | 24 |
| Octal | 202 | 70 | 132 | 0 | 71 | 37 | 61 | 514 | 50 | 44 |
| Binary | 10000010 | 111000 | 1011010 | 0 | 111001 | 11111 | 110001 | 101001100 | 101000 | 100100 |
Color Harmonies of #82385A
Complementary color
Monochromatic Colors of #82385A
Black with #82385A
Text Example
Text Example
White with #82385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82385A; }
p { color: rgb(130,56,90); }
H1.HeaderClassName
{
color: #82385A;
}
.AnyTagClassName
{
color: #82385A;
}
</style>
background-color css
<style>
a { background-color: #82385A; }
a { background-color: rgb(130,56,90); }
div.DivClassName
{
background-color: #82385A;
}
.BgClassName
{
background-color: #82385A;
}
</style>
border-color css
<style>
span { border-color: #82385A; }
span { border-color: rgb(130,56,90); }
td.TdClassName
{
border-color: #82385A;
}
.TagClassName
{
border-color: #82385A;
}
</style>