#834E52

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

Shades of Solid Pink #834E52

Tints of Solid Pink #834E52

Color information

#834E52 (or 0x834E52) is unknown color: approx Solid Pink. HEX triplet: 83, 4E and 52. RGB value is (131,78,82). Sum of RGB (Red+Green+Blue) = 131+78+82=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #834E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834E52 is #7CB1AD. Grayscale: #5E5E5E. Windows color (decimal): -8171950 or 5394051. OLE color: 5394051.

HSL color Cylindrical-coordinate representation of color #834E52: hue angle of 355.47º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #834E52 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1317882-
CMYK00.400.370.49
HSL355.47º25.36%40.98%-
HSV(B)355.47º40.46%51.37%-
XYZ13.6110.889.37-
YUV94.3121.06154.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.02%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 82 (32.42% from 255) = 28.18%
R=45.02%
G=26.80%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131788200.400.370.49355.4725.3640.98
Hex834E5202825311631929
Octal20311612205045615433151
Binary1000001110011101010010010100010010111000110110001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834E52; }

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

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

<style>
 a { background-color: #834E52; }

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

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

<style>
 span { border-color: #834E52; }

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

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