#83494A

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

Shades of Solid Pink #83494A

Tints of Solid Pink #83494A

Color information

#83494A (or 0x83494A) is unknown color: approx Solid Pink. HEX triplet: 83, 49 and 4A. RGB value is (131,73,74). Sum of RGB (Red+Green+Blue) = 131+73+74=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83494A is #7CB6B5. Grayscale: #5A5A5A. Windows color (decimal): -8173238 or 4868483. OLE color: 4868483.

HSL color Cylindrical-coordinate representation of color #83494A: hue angle of 358.97º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83494A is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1317374-
CMYK00.440.440.49
HSL358.97º28.43%40%-
HSV(B)358.97º44.27%51.37%-
XYZ12.9810.087.74-
YUV90.46118.72156.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=47.12%
G=26.26%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131737400.440.440.49358.9728.4340
Hex83494A02C2C311671c28
Octal20311111205454615473450
Binary1000001110010011001010010110010110011000110110011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83494A; }

 p { color: rgb(131,73,74); }

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

<style>
 a { background-color: #83494A; }

 a { background-color: rgb(131,73,74); }

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

<style>
 span { border-color: #83494A; }

 span { border-color: rgb(131,73,74); }

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