#83474D

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

Shades of Solid Pink #83474D

Tints of Solid Pink #83474D

Color information

#83474D (or 0x83474D) is unknown color: approx Solid Pink. HEX triplet: 83, 47 and 4D. RGB value is (131,71,77). Sum of RGB (Red+Green+Blue) = 131+71+77=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83474D is #7CB8B2. Grayscale: #595959. Windows color (decimal): -8173747 or 5064579. OLE color: 5064579.

HSL color Cylindrical-coordinate representation of color #83474D: hue angle of 354º 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 #83474D is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1317177-
CMYK00.460.410.49
HSL354º29.7%39.61%-
HSV(B)354º45.8%51.37%-
XYZ12.959.878.24-
YUV89.62120.88157.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=46.95%
G=25.45%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131717700.460.410.4935429.739.61
Hex83474D02E29311621e28
Octal20310711505651615423650
Binary1000001110001111001101010111010100111000110110001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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