Shades of Rose Bud Cherry #833B58
Tints of Rose Bud Cherry #833B58
RGB
CMYK
RGB Variations
Color information
#833B58 (or 0x833B58) is known color: Rose Bud Cherry. HEX triplet: 83, 3B and 58. RGB value is (131,59,88). Sum of RGB (Red+Green+Blue) = 131+59+88=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #833B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B58 is #7CC4A7. Grayscale: #535353. Windows color (decimal): -8176808 or 5782403. OLE color: 5782403.
HSL color Cylindrical-coordinate representation of color #833B58: hue angle of 335.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #833B58 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 88 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.49 |
| HSL | 335.83º | 0.38% | 0.37% | - |
| HSV(B) | 335.83º | 0.55% | 0.51% | - |
| XYZ | 12.69 | 8.66 | 10.24 | - |
| YUV | 83.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 88 | 0 | 0.55 | 0.33 | 0.49 | 335.83 | 0.38 | 0.37 |
| Hex | 83 | 3B | 58 | 0 | 37 | 21 | 31 | 150 | 26 | 25 |
| Octal | 203 | 73 | 130 | 0 | 67 | 41 | 61 | 520 | 46 | 45 |
| Binary | 10000011 | 111011 | 1011000 | 0 | 110111 | 100001 | 110001 | 101010000 | 100110 | 100101 |
Color Harmonies of #833B58
Complementary color
Monochromatic Colors of #833B58
Black with #833B58
Text Example
Text Example
White with #833B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B58; }
p { color: rgb(131,59,88); }
H1.HeaderClassName
{
color: #833B58;
}
.AnyTagClassName
{
color: #833B58;
}
</style>
background-color css
<style>
a { background-color: #833B58; }
a { background-color: rgb(131,59,88); }
div.DivClassName
{
background-color: #833B58;
}
.BgClassName
{
background-color: #833B58;
}
</style>
border-color css
<style>
span { border-color: #833B58; }
span { border-color: rgb(131,59,88); }
td.TdClassName
{
border-color: #833B58;
}
.TagClassName
{
border-color: #833B58;
}
</style>