#83555A

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

Shades of Solid Pink #83555A

Tints of Solid Pink #83555A

Color information

#83555A (or 0x83555A) is unknown color: approx Solid Pink. HEX triplet: 83, 55 and 5A. RGB value is (131,85,90). Sum of RGB (Red+Green+Blue) = 131+85+90=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83555A is #7CAAA5. Grayscale: #636363. Windows color (decimal): -8170150 or 5920131. OLE color: 5920131.

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

Color convert

RGB1318590-
CMYK00.350.310.49
HSL353.48º21.3%42.35%-
HSV(B)353.48º35.11%51.37%-
XYZ14.4512.0611.24-
YUV99.32122.74150.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=42.81%
G=27.78%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131859000.350.310.49353.4821.342.35
Hex83555A0231F31161152a
Octal20312513204337615412552
Binary100000111010101101101001000111111111000110110000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83555A; }

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

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

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

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

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

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

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

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