Shades of Solid Pink #835059
Tints of Solid Pink #835059
RGB
CMYK
RGB Variations
Color information
#835059 (or 0x835059) is known color: Solid Pink. HEX triplet: 83, 50 and 59. RGB value is (131,80,89). Sum of RGB (Red+Green+Blue) = 131+80+89=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #835059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835059 is #7CAFA6. Grayscale: #606060. Windows color (decimal): -8171431 or 5853315. OLE color: 5853315.
HSL color Cylindrical-coordinate representation of color #835059: hue angle of 349.41º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #835059 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 80 | 89 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.49 |
| HSL | 349.41º | 0.24% | 0.41% | - |
| HSV(B) | 349.41º | 0.39% | 0.51% | - |
| XYZ | 14.03 | 11.28 | 10.89 | - |
| YUV | 96.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 89 | 0 | 0.39 | 0.32 | 0.49 | 349.41 | 0.24 | 0.41 |
| Hex | 83 | 50 | 59 | 0 | 27 | 20 | 31 | 15D | 18 | 29 |
| Octal | 203 | 120 | 131 | 0 | 47 | 40 | 61 | 535 | 30 | 51 |
| Binary | 10000011 | 1010000 | 1011001 | 0 | 100111 | 100000 | 110001 | 101011101 | 11000 | 101001 |
Color Harmonies of #835059
Complementary color
Monochromatic Colors of #835059
Black with #835059
Text Example
Text Example
White with #835059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835059; }
p { color: rgb(131,80,89); }
H1.HeaderClassName
{
color: #835059;
}
.AnyTagClassName
{
color: #835059;
}
</style>
background-color css
<style>
a { background-color: #835059; }
a { background-color: rgb(131,80,89); }
div.DivClassName
{
background-color: #835059;
}
.BgClassName
{
background-color: #835059;
}
</style>
border-color css
<style>
span { border-color: #835059; }
span { border-color: rgb(131,80,89); }
td.TdClassName
{
border-color: #835059;
}
.TagClassName
{
border-color: #835059;
}
</style>