#83484F

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

Shades of Solid Pink #83484F

Tints of Solid Pink #83484F

Color information

#83484F (or 0x83484F) is unknown color: approx Solid Pink. HEX triplet: 83, 48 and 4F. RGB value is (131,72,79). Sum of RGB (Red+Green+Blue) = 131+72+79=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #83484F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83484F is #7CB7B0. Grayscale: #5A5A5A. Windows color (decimal): -8173489 or 5195907. OLE color: 5195907.

HSL color Cylindrical-coordinate representation of color #83484F: hue angle of 352.88º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83484F is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1317279-
CMYK00.450.400.49
HSL352.88º29.06%39.8%-
HSV(B)352.88º45.04%51.37%-
XYZ13.0910.028.64-
YUV90.44121.55156.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=46.45%
G=25.53%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131727900.450.400.49352.8829.0639.8
Hex83484F02D28311611d28
Octal20311011705550615413550
Binary1000001110010001001111010110110100011000110110000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83484F; }

 p { color: rgb(131,72,79); }

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

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

 a { background-color: rgb(131,72,79); }

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

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

 span { border-color: rgb(131,72,79); }

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