Shades of Rose Bud Cherry #832F5B
Tints of Rose Bud Cherry #832F5B
RGB
CMYK
RGB Variations
Color information
#832F5B (or 0x832F5B) is known color: Rose Bud Cherry. HEX triplet: 83, 2F and 5B. RGB value is (131,47,91). Sum of RGB (Red+Green+Blue) = 131+47+91=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #832F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832F5B is #7CD0A4. Grayscale: #4D4D4D. Windows color (decimal): -8179877 or 5975939. OLE color: 5975939.
HSL color Cylindrical-coordinate representation of color #832F5B: hue angle of 328.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #832F5B is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 47 | 91 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.49 |
| HSL | 328.57º | 0.47% | 0.35% | - |
| HSV(B) | 328.57º | 0.64% | 0.51% | - |
| XYZ | 12.26 | 7.61 | 10.72 | - |
| YUV | 77.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 91 | 0 | 0.64 | 0.31 | 0.49 | 328.57 | 0.47 | 0.35 |
| Hex | 83 | 2F | 5B | 0 | 40 | 1F | 31 | 149 | 2F | 23 |
| Octal | 203 | 57 | 133 | 0 | 100 | 37 | 61 | 511 | 57 | 43 |
| Binary | 10000011 | 101111 | 1011011 | 0 | 1000000 | 11111 | 110001 | 101001001 | 101111 | 100011 |
Color Harmonies of #832F5B
Complementary color
Monochromatic Colors of #832F5B
Black with #832F5B
Text Example
Text Example
White with #832F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832F5B; }
p { color: rgb(131,47,91); }
H1.HeaderClassName
{
color: #832F5B;
}
.AnyTagClassName
{
color: #832F5B;
}
</style>
background-color css
<style>
a { background-color: #832F5B; }
a { background-color: rgb(131,47,91); }
div.DivClassName
{
background-color: #832F5B;
}
.BgClassName
{
background-color: #832F5B;
}
</style>
border-color css
<style>
span { border-color: #832F5B; }
span { border-color: rgb(131,47,91); }
td.TdClassName
{
border-color: #832F5B;
}
.TagClassName
{
border-color: #832F5B;
}
</style>