#835558

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

Shades of Solid Pink #835558

Tints of Solid Pink #835558

Color information

#835558 (or 0x835558) is unknown color: approx Solid Pink. HEX triplet: 83, 55 and 58. RGB value is (131,85,88). Sum of RGB (Red+Green+Blue) = 131+85+88=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #835558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835558 is #7CAAA7. Grayscale: #636363. Windows color (decimal): -8170152 or 5789059. OLE color: 5789059.

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

Color convert

RGB1318588-
CMYK00.350.330.49
HSL356.09º21.3%42.35%-
HSV(B)356.09º35.11%51.37%-
XYZ14.3712.0310.8-
YUV99.1121.74150.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 88 (34.77% from 255) = 28.95%
R=43.09%
G=27.96%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131858800.350.330.49356.0921.342.35
Hex8355580232131164152a
Octal20312513004341615442552
Binary1000001110101011011000010001110000111000110110010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835558; }

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

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

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

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

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

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

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

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