#83434D

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

Shades of Solid Pink #83434D

Tints of Solid Pink #83434D

Color information

#83434D (or 0x83434D) is unknown color: approx Solid Pink. HEX triplet: 83, 43 and 4D. RGB value is (131,67,77). Sum of RGB (Red+Green+Blue) = 131+67+77=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83434D is #7CBCB2. Grayscale: #575757. Windows color (decimal): -8174771 or 5063555. OLE color: 5063555.

HSL color Cylindrical-coordinate representation of color #83434D: hue angle of 350.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83434D is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1316777-
CMYK00.490.410.49
HSL350.62º32.32%38.82%-
HSV(B)350.62º48.85%51.37%-
XYZ12.719.388.16-
YUV87.28122.2159.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.64%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 77 (30.47% from 255) = 28%
R=47.64%
G=24.36%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131677700.490.410.49350.6232.3238.82
Hex83434D031293115f2027
Octal20310311506151615374047
Binary10000011100001110011010110001101001110001101011111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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