#835259

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

Shades of Solid Pink #835259

Tints of Solid Pink #835259

Color information

#835259 (or 0x835259) is unknown color: approx Solid Pink. HEX triplet: 83, 52 and 59. RGB value is (131,82,89). Sum of RGB (Red+Green+Blue) = 131+82+89=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #835259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835259 is #7CADA6. Grayscale: #616161. Windows color (decimal): -8170919 or 5853827. OLE color: 5853827.

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

Color convert

RGB1318289-
CMYK00.370.320.49
HSL351.43º23%41.76%-
HSV(B)351.43º37.4%51.37%-
XYZ14.1811.5810.94-
YUV97.45123.23151.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.38%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 89 (35.16% from 255) = 29.47%
R=43.38%
G=27.15%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131828900.370.320.49351.432341.76
Hex835259025203115f172a
Octal20312213104540615372752
Binary1000001110100101011001010010110000011000110101111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835259; }

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

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

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

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

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

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

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

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