#83474E

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

Shades of Solid Pink #83474E

Tints of Solid Pink #83474E

Color information

#83474E (or 0x83474E) is unknown color: approx Solid Pink. HEX triplet: 83, 47 and 4E. RGB value is (131,71,78). Sum of RGB (Red+Green+Blue) = 131+71+78=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #83474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83474E is #7CB8B1. Grayscale: #595959. Windows color (decimal): -8173746 or 5130115. OLE color: 5130115.

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

Color convert

RGB1317178-
CMYK00.460.400.49
HSL353º29.7%39.61%-
HSV(B)353º45.8%51.37%-
XYZ12.999.888.43-
YUV89.74121.38157.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=46.79%
G=25.36%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131717800.460.400.4935329.739.61
Hex83474E02E28311611e28
Octal20310711605650615413650
Binary1000001110001111001110010111010100011000110110000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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