Shades of Rose Bud Cherry #832D5E
Tints of Rose Bud Cherry #832D5E
RGB
CMYK
RGB Variations
Color information
#832D5E (or 0x832D5E) is known color: Rose Bud Cherry. HEX triplet: 83, 2D and 5E. RGB value is (131,45,94). Sum of RGB (Red+Green+Blue) = 131+45+94=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #832D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D5E is #7CD2A1. Grayscale: #4C4C4C. Windows color (decimal): -8180386 or 6172035. OLE color: 6172035.
HSL color Cylindrical-coordinate representation of color #832D5E: hue angle of 325.81º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D5E is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 45 | 94 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.49 |
| HSL | 325.81º | 0.49% | 0.35% | - |
| HSV(B) | 325.81º | 0.66% | 0.51% | - |
| XYZ | 12.32 | 7.51 | 11.39 | - |
| YUV | 76.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 94 | 0 | 0.66 | 0.28 | 0.49 | 325.81 | 0.49 | 0.35 |
| Hex | 83 | 2D | 5E | 0 | 42 | 1C | 31 | 146 | 31 | 23 |
| Octal | 203 | 55 | 136 | 0 | 102 | 34 | 61 | 506 | 61 | 43 |
| Binary | 10000011 | 101101 | 1011110 | 0 | 1000010 | 11100 | 110001 | 101000110 | 110001 | 100011 |
Color Harmonies of #832D5E
Complementary color
Monochromatic Colors of #832D5E
Black with #832D5E
Text Example
Text Example
White with #832D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D5E; }
p { color: rgb(131,45,94); }
H1.HeaderClassName
{
color: #832D5E;
}
.AnyTagClassName
{
color: #832D5E;
}
</style>
background-color css
<style>
a { background-color: #832D5E; }
a { background-color: rgb(131,45,94); }
div.DivClassName
{
background-color: #832D5E;
}
.BgClassName
{
background-color: #832D5E;
}
</style>
border-color css
<style>
span { border-color: #832D5E; }
span { border-color: rgb(131,45,94); }
td.TdClassName
{
border-color: #832D5E;
}
.TagClassName
{
border-color: #832D5E;
}
</style>