Shades of Solid Pink #835859
Tints of Solid Pink #835859
RGB
CMYK
RGB Variations
Color information
#835859 (or 0x835859) is known color: Solid Pink. HEX triplet: 83, 58 and 59. RGB value is (131,88,89). Sum of RGB (Red+Green+Blue) = 131+88+89=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #835859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835859 is #7CA7A6. Grayscale: #656565. Windows color (decimal): -8169383 or 5855363. OLE color: 5855363.
HSL color Cylindrical-coordinate representation of color #835859: hue angle of 358.6º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #835859 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 88 | 89 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.49 |
| HSL | 358.6º | 0.2% | 0.43% | - |
| HSV(B) | 358.6º | 0.33% | 0.51% | - |
| XYZ | 14.65 | 12.53 | 11.1 | - |
| YUV | 100.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 89 | 0 | 0.33 | 0.32 | 0.49 | 358.6 | 0.2 | 0.43 |
| Hex | 83 | 58 | 59 | 0 | 21 | 20 | 31 | 167 | 14 | 2B |
| Octal | 203 | 130 | 131 | 0 | 41 | 40 | 61 | 547 | 24 | 53 |
| Binary | 10000011 | 1011000 | 1011001 | 0 | 100001 | 100000 | 110001 | 101100111 | 10100 | 101011 |
Color Harmonies of #835859
Complementary color
Monochromatic Colors of #835859
Black with #835859
Text Example
Text Example
White with #835859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835859; }
p { color: rgb(131,88,89); }
H1.HeaderClassName
{
color: #835859;
}
.AnyTagClassName
{
color: #835859;
}
</style>
background-color css
<style>
a { background-color: #835859; }
a { background-color: rgb(131,88,89); }
div.DivClassName
{
background-color: #835859;
}
.BgClassName
{
background-color: #835859;
}
</style>
border-color css
<style>
span { border-color: #835859; }
span { border-color: rgb(131,88,89); }
td.TdClassName
{
border-color: #835859;
}
.TagClassName
{
border-color: #835859;
}
</style>