Shades of Solid Pink #835758
Tints of Solid Pink #835758
RGB
CMYK
RGB Variations
Color information
#835758 (or 0x835758) is known color: Solid Pink. HEX triplet: 83, 57 and 58. RGB value is (131,87,88). Sum of RGB (Red+Green+Blue) = 131+87+88=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #835758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835758 is #7CA8A7. Grayscale: #646464. Windows color (decimal): -8169640 or 5789571. OLE color: 5789571.
HSL color Cylindrical-coordinate representation of color #835758: hue angle of 358.64º degrees, saturation: 0.2, 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 #835758 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 87 | 88 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.49 |
| HSL | 358.64º | 0.2% | 0.43% | - |
| HSV(B) | 358.64º | 0.34% | 0.51% | - |
| XYZ | 14.53 | 12.35 | 10.85 | - |
| YUV | 100.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 87 | 88 | 0 | 0.34 | 0.33 | 0.49 | 358.64 | 0.2 | 0.43 |
| Hex | 83 | 57 | 58 | 0 | 22 | 21 | 31 | 167 | 14 | 2B |
| Octal | 203 | 127 | 130 | 0 | 42 | 41 | 61 | 547 | 24 | 53 |
| Binary | 10000011 | 1010111 | 1011000 | 0 | 100010 | 100001 | 110001 | 101100111 | 10100 | 101011 |
Color Harmonies of #835758
Complementary color
Monochromatic Colors of #835758
Black with #835758
Text Example
Text Example
White with #835758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835758; }
p { color: rgb(131,87,88); }
H1.HeaderClassName
{
color: #835758;
}
.AnyTagClassName
{
color: #835758;
}
</style>
background-color css
<style>
a { background-color: #835758; }
a { background-color: rgb(131,87,88); }
div.DivClassName
{
background-color: #835758;
}
.BgClassName
{
background-color: #835758;
}
</style>
border-color css
<style>
span { border-color: #835758; }
span { border-color: rgb(131,87,88); }
td.TdClassName
{
border-color: #835758;
}
.TagClassName
{
border-color: #835758;
}
</style>