Shades of Rose Bud Cherry #83325C
Tints of Rose Bud Cherry #83325C
RGB
CMYK
RGB Variations
Color information
#83325C (or 0x83325C) is known color: Rose Bud Cherry. HEX triplet: 83, 32 and 5C. RGB value is (131,50,92). Sum of RGB (Red+Green+Blue) = 131+50+92=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #83325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83325C is #7CCDA3. Grayscale: #4E4E4E. Windows color (decimal): -8179108 or 6042243. OLE color: 6042243.
HSL color Cylindrical-coordinate representation of color #83325C: hue angle of 328.89º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83325C is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 50 | 92 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.49 |
| HSL | 328.89º | 0.45% | 0.35% | - |
| HSV(B) | 328.89º | 0.62% | 0.51% | - |
| XYZ | 12.43 | 7.88 | 10.99 | - |
| YUV | 79.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 92 | 0 | 0.62 | 0.30 | 0.49 | 328.89 | 0.45 | 0.35 |
| Hex | 83 | 32 | 5C | 0 | 3E | 1E | 31 | 149 | 2D | 23 |
| Octal | 203 | 62 | 134 | 0 | 76 | 36 | 61 | 511 | 55 | 43 |
| Binary | 10000011 | 110010 | 1011100 | 0 | 111110 | 11110 | 110001 | 101001001 | 101101 | 100011 |
Color Harmonies of #83325C
Complementary color
Monochromatic Colors of #83325C
Black with #83325C
Text Example
Text Example
White with #83325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83325C; }
p { color: rgb(131,50,92); }
H1.HeaderClassName
{
color: #83325C;
}
.AnyTagClassName
{
color: #83325C;
}
</style>
background-color css
<style>
a { background-color: #83325C; }
a { background-color: rgb(131,50,92); }
div.DivClassName
{
background-color: #83325C;
}
.BgClassName
{
background-color: #83325C;
}
</style>
border-color css
<style>
span { border-color: #83325C; }
span { border-color: rgb(131,50,92); }
td.TdClassName
{
border-color: #83325C;
}
.TagClassName
{
border-color: #83325C;
}
</style>