#835157

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

Shades of Solid Pink #835157

Tints of Solid Pink #835157

Color information

#835157 (or 0x835157) is unknown color: approx Solid Pink. HEX triplet: 83, 51 and 57. RGB value is (131,81,87). Sum of RGB (Red+Green+Blue) = 131+81+87=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #835157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835157 is #7CAEA8. Grayscale: #606060. Windows color (decimal): -8171177 or 5722499. OLE color: 5722499.

HSL color Cylindrical-coordinate representation of color #835157: hue angle of 352.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #835157 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1318187-
CMYK00.380.340.49
HSL352.8º23.58%41.57%-
HSV(B)352.8º38.17%51.37%-
XYZ14.0211.410.48-
YUV96.63122.56152.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.81%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=43.81%
G=27.09%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131818700.380.340.49352.823.5841.57
Hex8351570262231161182a
Octal20312112704642615413052
Binary1000001110100011010111010011010001011000110110000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835157; }

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

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

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

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

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

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

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

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