#83555B

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

Shades of Solid Pink #83555B

Tints of Solid Pink #83555B

Color information

#83555B (or 0x83555B) is unknown color: approx Solid Pink. HEX triplet: 83, 55 and 5B. RGB value is (131,85,91). Sum of RGB (Red+Green+Blue) = 131+85+91=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83555B is #7CAAA4. Grayscale: #636363. Windows color (decimal): -8170149 or 5985667. OLE color: 5985667.

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

Color convert

RGB1318591-
CMYK00.350.310.49
HSL352.17º21.3%42.35%-
HSV(B)352.17º35.11%51.37%-
XYZ14.512.0811.46-
YUV99.44123.24150.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.67%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=42.67%
G=27.69%
B=29.64%

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
Decimal131859100.350.310.49352.1721.342.35
Hex83555B0231F31160152a
Octal20312513304337615402552
Binary100000111010101101101101000111111111000110110000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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