Shades of Rose Bud Cherry #83245C
Tints of Rose Bud Cherry #83245C
RGB
CMYK
RGB Variations
Color information
#83245C (or 0x83245C) is known color: Rose Bud Cherry. HEX triplet: 83, 24 and 5C. RGB value is (131,36,92). Sum of RGB (Red+Green+Blue) = 131+36+92=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83245C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83245C is #7CDBA3. Grayscale: #464646. Windows color (decimal): -8182692 or 6038659. OLE color: 6038659.
HSL color Cylindrical-coordinate representation of color #83245C: hue angle of 324.63º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83245C is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 92 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.49 |
| HSL | 324.63º | 0.57% | 0.33% | - |
| HSV(B) | 324.63º | 0.73% | 0.51% | - |
| XYZ | 11.92 | 6.86 | 10.82 | - |
| YUV | 70.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 92 | 0 | 0.73 | 0.30 | 0.49 | 324.63 | 0.57 | 0.33 |
| Hex | 83 | 24 | 5C | 0 | 49 | 1E | 31 | 145 | 39 | 21 |
| Octal | 203 | 44 | 134 | 0 | 111 | 36 | 61 | 505 | 71 | 41 |
| Binary | 10000011 | 100100 | 1011100 | 0 | 1001001 | 11110 | 110001 | 101000101 | 111001 | 100001 |
Color Harmonies of #83245C
Complementary color
Monochromatic Colors of #83245C
Black with #83245C
Text Example
Text Example
White with #83245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83245C; }
p { color: rgb(131,36,92); }
H1.HeaderClassName
{
color: #83245C;
}
.AnyTagClassName
{
color: #83245C;
}
</style>
background-color css
<style>
a { background-color: #83245C; }
a { background-color: rgb(131,36,92); }
div.DivClassName
{
background-color: #83245C;
}
.BgClassName
{
background-color: #83245C;
}
</style>
border-color css
<style>
span { border-color: #83245C; }
span { border-color: rgb(131,36,92); }
td.TdClassName
{
border-color: #83245C;
}
.TagClassName
{
border-color: #83245C;
}
</style>