#83484E

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

Shades of Solid Pink #83484E

Tints of Solid Pink #83484E

Color information

#83484E (or 0x83484E) is unknown color: approx Solid Pink. HEX triplet: 83, 48 and 4E. RGB value is (131,72,78). Sum of RGB (Red+Green+Blue) = 131+72+78=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #83484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83484E is #7CB7B1. Grayscale: #5A5A5A. Windows color (decimal): -8173490 or 5130371. OLE color: 5130371.

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

Color convert

RGB1317278-
CMYK00.450.400.49
HSL353.9º29.06%39.8%-
HSV(B)353.9º45.04%51.37%-
XYZ13.0510.018.45-
YUV90.32121.05157.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 72 (28.52% from 255) = 25.62%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=46.62%
G=25.62%
B=27.76%

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
Decimal131727800.450.400.49353.929.0639.8
Hex83484E02D28311621d28
Octal20311011605550615423550
Binary1000001110010001001110010110110100011000110110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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