Shades of Rose Bud Cherry #83325A
Tints of Rose Bud Cherry #83325A
RGB
CMYK
RGB Variations
Color information
#83325A (or 0x83325A) is known color: Rose Bud Cherry. HEX triplet: 83, 32 and 5A. RGB value is (131,50,90). Sum of RGB (Red+Green+Blue) = 131+50+90=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 131 - color contains mainly: red. Hex color #83325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83325A is #7CCDA5. Grayscale: #4E4E4E. Windows color (decimal): -8179110 or 5911171. OLE color: 5911171.
HSL color Cylindrical-coordinate representation of color #83325A: hue angle of 330.37º 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 #83325A is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 50 | 90 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.49 |
| HSL | 330.37º | 0.45% | 0.35% | - |
| HSV(B) | 330.37º | 0.62% | 0.51% | - |
| XYZ | 12.35 | 7.84 | 10.54 | - |
| YUV | 78.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 90 | 0 | 0.62 | 0.31 | 0.49 | 330.37 | 0.45 | 0.35 |
| Hex | 83 | 32 | 5A | 0 | 3E | 1F | 31 | 14A | 2D | 23 |
| Octal | 203 | 62 | 132 | 0 | 76 | 37 | 61 | 512 | 55 | 43 |
| Binary | 10000011 | 110010 | 1011010 | 0 | 111110 | 11111 | 110001 | 101001010 | 101101 | 100011 |
Color Harmonies of #83325A
Complementary color
Monochromatic Colors of #83325A
Black with #83325A
Text Example
Text Example
White with #83325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83325A; }
p { color: rgb(131,50,90); }
H1.HeaderClassName
{
color: #83325A;
}
.AnyTagClassName
{
color: #83325A;
}
</style>
background-color css
<style>
a { background-color: #83325A; }
a { background-color: rgb(131,50,90); }
div.DivClassName
{
background-color: #83325A;
}
.BgClassName
{
background-color: #83325A;
}
</style>
border-color css
<style>
span { border-color: #83325A; }
span { border-color: rgb(131,50,90); }
td.TdClassName
{
border-color: #83325A;
}
.TagClassName
{
border-color: #83325A;
}
</style>