#835255

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

Shades of Solid Pink #835255

Tints of Solid Pink #835255

Color information

#835255 (or 0x835255) is unknown color: approx Solid Pink. HEX triplet: 83, 52 and 55. RGB value is (131,82,85). Sum of RGB (Red+Green+Blue) = 131+82+85=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #835255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835255 is #7CADAA. Grayscale: #616161. Windows color (decimal): -8170923 or 5591683. OLE color: 5591683.

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

Color convert

RGB1318285-
CMYK00.370.350.49
HSL356.33º23%41.76%-
HSV(B)356.33º37.4%51.37%-
XYZ14.0211.5210.08-
YUV96.99121.23152.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.96%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=43.96%
G=27.52%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131828500.370.350.49356.332341.76
Hex8352550252331164172a
Octal20312212504543615442752
Binary1000001110100101010101010010110001111000110110010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835255; }

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

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

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

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

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

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

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

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