Shades of Solid Pink #835358
Tints of Solid Pink #835358
RGB
CMYK
RGB Variations
Color information
#835358 (or 0x835358) is known color: Solid Pink. HEX triplet: 83, 53 and 58. RGB value is (131,83,88). Sum of RGB (Red+Green+Blue) = 131+83+88=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #835358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835358 is #7CACA7. Grayscale: #616161. Windows color (decimal): -8170664 or 5788547. OLE color: 5788547.
HSL color Cylindrical-coordinate representation of color #835358: hue angle of 353.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835358 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 83 | 88 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.49 |
| HSL | 353.75º | 0.22% | 0.42% | - |
| HSV(B) | 353.75º | 0.37% | 0.51% | - |
| XYZ | 14.21 | 11.72 | 10.74 | - |
| YUV | 97.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 88 | 0 | 0.37 | 0.33 | 0.49 | 353.75 | 0.22 | 0.42 |
| Hex | 83 | 53 | 58 | 0 | 25 | 21 | 31 | 162 | 16 | 2A |
| Octal | 203 | 123 | 130 | 0 | 45 | 41 | 61 | 542 | 26 | 52 |
| Binary | 10000011 | 1010011 | 1011000 | 0 | 100101 | 100001 | 110001 | 101100010 | 10110 | 101010 |
Color Harmonies of #835358
Complementary color
Monochromatic Colors of #835358
Black with #835358
Text Example
Text Example
White with #835358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835358; }
p { color: rgb(131,83,88); }
H1.HeaderClassName
{
color: #835358;
}
.AnyTagClassName
{
color: #835358;
}
</style>
background-color css
<style>
a { background-color: #835358; }
a { background-color: rgb(131,83,88); }
div.DivClassName
{
background-color: #835358;
}
.BgClassName
{
background-color: #835358;
}
</style>
border-color css
<style>
span { border-color: #835358; }
span { border-color: rgb(131,83,88); }
td.TdClassName
{
border-color: #835358;
}
.TagClassName
{
border-color: #835358;
}
</style>