Shades of Rose Bud Cherry #83355C
Tints of Rose Bud Cherry #83355C
RGB
CMYK
RGB Variations
Color information
#83355C (or 0x83355C) is known color: Rose Bud Cherry. HEX triplet: 83, 35 and 5C. RGB value is (131,53,92). Sum of RGB (Red+Green+Blue) = 131+53+92=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #83355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83355C is #7CCAA3. Grayscale: #505050. Windows color (decimal): -8178340 or 6043011. OLE color: 6043011.
HSL color Cylindrical-coordinate representation of color #83355C: hue angle of 330º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83355C is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 53 | 92 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.49 |
| HSL | 330º | 0.42% | 0.36% | - |
| HSV(B) | 330º | 0.6% | 0.51% | - |
| XYZ | 12.56 | 8.14 | 11.03 | - |
| YUV | 80.77 | 134.34 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 92 | 0 | 0.60 | 0.30 | 0.49 | 330 | 0.42 | 0.36 |
| Hex | 83 | 35 | 5C | 0 | 3C | 1E | 31 | 14A | 2A | 24 |
| Octal | 203 | 65 | 134 | 0 | 74 | 36 | 61 | 512 | 52 | 44 |
| Binary | 10000011 | 110101 | 1011100 | 0 | 111100 | 11110 | 110001 | 101001010 | 101010 | 100100 |
Color Harmonies of #83355C
Complementary color
Monochromatic Colors of #83355C
Black with #83355C
Text Example
Text Example
White with #83355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83355C; }
p { color: rgb(131,53,92); }
H1.HeaderClassName
{
color: #83355C;
}
.AnyTagClassName
{
color: #83355C;
}
</style>
background-color css
<style>
a { background-color: #83355C; }
a { background-color: rgb(131,53,92); }
div.DivClassName
{
background-color: #83355C;
}
.BgClassName
{
background-color: #83355C;
}
</style>
border-color css
<style>
span { border-color: #83355C; }
span { border-color: rgb(131,53,92); }
td.TdClassName
{
border-color: #83355C;
}
.TagClassName
{
border-color: #83355C;
}
</style>