#835256

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

Shades of Solid Pink #835256

Tints of Solid Pink #835256

Color information

#835256 (or 0x835256) is unknown color: approx Solid Pink. HEX triplet: 83, 52 and 56. RGB value is (131,82,86). Sum of RGB (Red+Green+Blue) = 131+82+86=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #835256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835256 is #7CADA9. Grayscale: #616161. Windows color (decimal): -8170922 or 5657219. OLE color: 5657219.

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

Color convert

RGB1318286-
CMYK00.370.340.49
HSL355.1º23%41.76%-
HSV(B)355.1º37.4%51.37%-
XYZ14.0611.5310.29-
YUV97.11121.73152.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.81%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 86 (33.98% from 255) = 28.76%
R=43.81%
G=27.42%
B=28.76%

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
Decimal131828600.370.340.49355.12341.76
Hex8352560252231163172a
Octal20312212604542615432752
Binary1000001110100101010110010010110001011000110110001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835256; }

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

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

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

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

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

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

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

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