Shades of Rose Bud Cherry #83165A
Tints of Rose Bud Cherry #83165A
RGB
CMYK
RGB Variations
Color information
#83165A (or 0x83165A) is known color: Rose Bud Cherry. HEX triplet: 83, 16 and 5A. RGB value is (131,22,90). Sum of RGB (Red+Green+Blue) = 131+22+90=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83165A is #7CE9A5. Grayscale: #3E3E3E. Windows color (decimal): -8186278 or 5904003. OLE color: 5904003.
HSL color Cylindrical-coordinate representation of color #83165A: hue angle of 322.57º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83165A is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 22 | 90 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.49 |
| HSL | 322.57º | 0.71% | 0.3% | - |
| HSV(B) | 322.57º | 0.83% | 0.51% | - |
| XYZ | 11.49 | 6.14 | 10.25 | - |
| YUV | 62.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 90 | 0 | 0.83 | 0.31 | 0.49 | 322.57 | 0.71 | 0.3 |
| Hex | 83 | 16 | 5A | 0 | 53 | 1F | 31 | 143 | 47 | 1E |
| Octal | 203 | 26 | 132 | 0 | 123 | 37 | 61 | 503 | 107 | 36 |
| Binary | 10000011 | 10110 | 1011010 | 0 | 1010011 | 11111 | 110001 | 101000011 | 1000111 | 11110 |
Color Harmonies of #83165A
Complementary color
Monochromatic Colors of #83165A
Black with #83165A
Text Example
Text Example
White with #83165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83165A; }
p { color: rgb(131,22,90); }
H1.HeaderClassName
{
color: #83165A;
}
.AnyTagClassName
{
color: #83165A;
}
</style>
background-color css
<style>
a { background-color: #83165A; }
a { background-color: rgb(131,22,90); }
div.DivClassName
{
background-color: #83165A;
}
.BgClassName
{
background-color: #83165A;
}
</style>
border-color css
<style>
span { border-color: #83165A; }
span { border-color: rgb(131,22,90); }
td.TdClassName
{
border-color: #83165A;
}
.TagClassName
{
border-color: #83165A;
}
</style>