Shades of Rose Bud Cherry #833361
Tints of Rose Bud Cherry #833361
RGB
CMYK
RGB Variations
Color information
#833361 (or 0x833361) is known color: Rose Bud Cherry. HEX triplet: 83, 33 and 61. RGB value is (131,51,97). Sum of RGB (Red+Green+Blue) = 131+51+97=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #833361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833361 is #7CCC9E. Grayscale: #505050. Windows color (decimal): -8178847 or 6370179. OLE color: 6370179.
HSL color Cylindrical-coordinate representation of color #833361: hue angle of 325.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833361 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 97 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.49 |
| HSL | 325.5º | 0.44% | 0.36% | - |
| HSV(B) | 325.5º | 0.61% | 0.51% | - |
| XYZ | 12.7 | 8.06 | 12.19 | - |
| YUV | 80.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 97 | 0 | 0.61 | 0.26 | 0.49 | 325.5 | 0.44 | 0.36 |
| Hex | 83 | 33 | 61 | 0 | 3D | 1A | 31 | 146 | 2C | 24 |
| Octal | 203 | 63 | 141 | 0 | 75 | 32 | 61 | 506 | 54 | 44 |
| Binary | 10000011 | 110011 | 1100001 | 0 | 111101 | 11010 | 110001 | 101000110 | 101100 | 100100 |
Color Harmonies of #833361
Complementary color
Monochromatic Colors of #833361
Black with #833361
Text Example
Text Example
White with #833361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833361; }
p { color: rgb(131,51,97); }
H1.HeaderClassName
{
color: #833361;
}
.AnyTagClassName
{
color: #833361;
}
</style>
background-color css
<style>
a { background-color: #833361; }
a { background-color: rgb(131,51,97); }
div.DivClassName
{
background-color: #833361;
}
.BgClassName
{
background-color: #833361;
}
</style>
border-color css
<style>
span { border-color: #833361; }
span { border-color: rgb(131,51,97); }
td.TdClassName
{
border-color: #833361;
}
.TagClassName
{
border-color: #833361;
}
</style>