#835257

Color #835257 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #835257

Tints of Solid Pink #835257

Color information

#835257 (or 0x835257) is unknown color: approx Solid Pink. HEX triplet: 83, 52 and 57. RGB value is (131,82,87). Sum of RGB (Red+Green+Blue) = 131+82+87=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #835257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835257 is #7CADA8. Grayscale: #616161. Windows color (decimal): -8170921 or 5722755. OLE color: 5722755.

HSL color Cylindrical-coordinate representation of color #835257: hue angle of 353.88º degrees, saturation: 0.23, 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 #835257 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1318287-
CMYK00.370.340.49
HSL353.88º23%41.76%-
HSV(B)353.88º37.4%51.37%-
XYZ14.111.5510.5-
YUV97.22122.23152.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 43.67%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 87 (34.38% from 255) = 29%
R=43.67%
G=27.33%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131828700.370.340.49353.882341.76
Hex8352570252231162172a
Octal20312212704542615422752
Binary1000001110100101010111010010110001011000110110001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835257; }

 p { color: rgb(131,82,87); }

 H1.HeaderClassName
 {
   color: #835257;
 }
 .AnyTagClassName
 {
   color: #835257;
 }
</style>
background-color css

<style>
 a { background-color: #835257; }

 a { background-color: rgb(131,82,87); }

 div.DivClassName
 {
   background-color: #835257;
 }
 .BgClassName
 {
   background-color: #835257;
 }
</style>
border-color css

<style>
 span { border-color: #835257; }

 span { border-color: rgb(131,82,87); }

 td.TdClassName
 {
   border-color: #835257;
 }
 .TagClassName
 {
   border-color: #835257;
 }
</style>