#83474F

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

Shades of Solid Pink #83474F

Tints of Solid Pink #83474F

Color information

#83474F (or 0x83474F) is unknown color: approx Solid Pink. HEX triplet: 83, 47 and 4F. RGB value is (131,71,79). Sum of RGB (Red+Green+Blue) = 131+71+79=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #83474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83474F is #7CB8B0. Grayscale: #595959. Windows color (decimal): -8173745 or 5195651. OLE color: 5195651.

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

Color convert

RGB1317179-
CMYK00.460.400.49
HSL352º29.7%39.61%-
HSV(B)352º45.8%51.37%-
XYZ13.029.98.62-
YUV89.85121.88157.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 79 (31.25% from 255) = 28.11%
R=46.62%
G=25.27%
B=28.11%

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
Decimal131717900.460.400.4935229.739.61
Hex83474F02E28311601e28
Octal20310711705650615403650
Binary1000001110001111001111010111010100011000110110000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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