#835059

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

Shades of Solid Pink #835059

Tints of Solid Pink #835059

Color information

#835059 (or 0x835059) is unknown color: approx Solid Pink. HEX triplet: 83, 50 and 59. RGB value is (131,80,89). Sum of RGB (Red+Green+Blue) = 131+80+89=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #835059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835059 is #7CAFA6. Grayscale: #606060. Windows color (decimal): -8171431 or 5853315. OLE color: 5853315.

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

Color convert

RGB1318089-
CMYK00.390.320.49
HSL349.41º24.17%41.37%-
HSV(B)349.41º38.93%51.37%-
XYZ14.0311.2810.89-
YUV96.28123.9152.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.67%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 89 (35.16% from 255) = 29.67%
R=43.67%
G=26.67%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131808900.390.320.49349.4124.1741.37
Hex835059027203115d1829
Octal20312013104740615353051
Binary1000001110100001011001010011110000011000110101110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835059; }

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

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

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

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

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

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

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

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