Shades of Solid Pink #835658
Tints of Solid Pink #835658
RGB
CMYK
RGB Variations
Color information
#835658 (or 0x835658) is known color: Solid Pink. HEX triplet: 83, 56 and 58. RGB value is (131,86,88). Sum of RGB (Red+Green+Blue) = 131+86+88=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #835658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835658 is #7CA9A7. Grayscale: #636363. Windows color (decimal): -8169896 or 5789315. OLE color: 5789315.
HSL color Cylindrical-coordinate representation of color #835658: hue angle of 357.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835658 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 86 | 88 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.49 |
| HSL | 357.33º | 0.21% | 0.43% | - |
| HSV(B) | 357.33º | 0.34% | 0.51% | - |
| XYZ | 14.45 | 12.19 | 10.82 | - |
| YUV | 99.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 88 | 0 | 0.34 | 0.33 | 0.49 | 357.33 | 0.21 | 0.43 |
| Hex | 83 | 56 | 58 | 0 | 22 | 21 | 31 | 165 | 15 | 2B |
| Octal | 203 | 126 | 130 | 0 | 42 | 41 | 61 | 545 | 25 | 53 |
| Binary | 10000011 | 1010110 | 1011000 | 0 | 100010 | 100001 | 110001 | 101100101 | 10101 | 101011 |
Color Harmonies of #835658
Complementary color
Monochromatic Colors of #835658
Black with #835658
Text Example
Text Example
White with #835658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835658; }
p { color: rgb(131,86,88); }
H1.HeaderClassName
{
color: #835658;
}
.AnyTagClassName
{
color: #835658;
}
</style>
background-color css
<style>
a { background-color: #835658; }
a { background-color: rgb(131,86,88); }
div.DivClassName
{
background-color: #835658;
}
.BgClassName
{
background-color: #835658;
}
</style>
border-color css
<style>
span { border-color: #835658; }
span { border-color: rgb(131,86,88); }
td.TdClassName
{
border-color: #835658;
}
.TagClassName
{
border-color: #835658;
}
</style>