#834E53

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

Shades of Solid Pink #834E53

Tints of Solid Pink #834E53

Color information

#834E53 (or 0x834E53) is unknown color: approx Solid Pink. HEX triplet: 83, 4E and 53. RGB value is (131,78,83). Sum of RGB (Red+Green+Blue) = 131+78+83=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #834E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834E53 is #7CB1AC. Grayscale: #5E5E5E. Windows color (decimal): -8171949 or 5459587. OLE color: 5459587.

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

Color convert

RGB1317883-
CMYK00.400.370.49
HSL354.34º25.36%40.98%-
HSV(B)354.34º40.46%51.37%-
XYZ13.6510.99.57-
YUV94.42121.56154.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.86%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 83 (32.81% from 255) = 28.42%
R=44.86%
G=26.71%
B=28.42%

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
Decimal131788300.400.370.49354.3425.3640.98
Hex834E5302825311621929
Octal20311612305045615423151
Binary1000001110011101010011010100010010111000110110001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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