Shades of Rose Bud Cherry #83335D
Tints of Rose Bud Cherry #83335D
RGB
CMYK
RGB Variations
Color information
#83335D (or 0x83335D) is known color: Rose Bud Cherry. HEX triplet: 83, 33 and 5D. RGB value is (131,51,93). Sum of RGB (Red+Green+Blue) = 131+51+93=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83335D is #7CCCA2. Grayscale: #4F4F4F. Windows color (decimal): -8178851 or 6108035. OLE color: 6108035.
HSL color Cylindrical-coordinate representation of color #83335D: hue angle of 328.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 #83335D is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 93 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.49 |
| HSL | 328.5º | 0.44% | 0.36% | - |
| HSV(B) | 328.5º | 0.61% | 0.51% | - |
| XYZ | 12.52 | 7.98 | 11.24 | - |
| YUV | 79.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 93 | 0 | 0.61 | 0.29 | 0.49 | 328.5 | 0.44 | 0.36 |
| Hex | 83 | 33 | 5D | 0 | 3D | 1D | 31 | 148 | 2C | 24 |
| Octal | 203 | 63 | 135 | 0 | 75 | 35 | 61 | 510 | 54 | 44 |
| Binary | 10000011 | 110011 | 1011101 | 0 | 111101 | 11101 | 110001 | 101001000 | 101100 | 100100 |
Color Harmonies of #83335D
Complementary color
Monochromatic Colors of #83335D
Black with #83335D
Text Example
Text Example
White with #83335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83335D; }
p { color: rgb(131,51,93); }
H1.HeaderClassName
{
color: #83335D;
}
.AnyTagClassName
{
color: #83335D;
}
</style>
background-color css
<style>
a { background-color: #83335D; }
a { background-color: rgb(131,51,93); }
div.DivClassName
{
background-color: #83335D;
}
.BgClassName
{
background-color: #83335D;
}
</style>
border-color css
<style>
span { border-color: #83335D; }
span { border-color: rgb(131,51,93); }
td.TdClassName
{
border-color: #83335D;
}
.TagClassName
{
border-color: #83335D;
}
</style>