#83494E

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

Shades of Solid Pink #83494E

Tints of Solid Pink #83494E

Color information

#83494E (or 0x83494E) is unknown color: approx Solid Pink. HEX triplet: 83, 49 and 4E. RGB value is (131,73,78). Sum of RGB (Red+Green+Blue) = 131+73+78=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #83494E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83494E is #7CB6B1. Grayscale: #5A5A5A. Windows color (decimal): -8173234 or 5130627. OLE color: 5130627.

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

Color convert

RGB1317378-
CMYK00.440.400.49
HSL354.83º28.43%40%-
HSV(B)354.83º44.27%51.37%-
XYZ13.1210.148.47-
YUV90.91120.72156.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=46.45%
G=25.89%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131737800.440.400.49354.8328.4340
Hex83494E02C28311631c28
Octal20311111605450615433450
Binary1000001110010011001110010110010100011000110110001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83494E; }

 p { color: rgb(131,73,78); }

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

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

 a { background-color: rgb(131,73,78); }

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

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

 span { border-color: rgb(131,73,78); }

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