#834F52

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

Shades of Solid Pink #834F52

Tints of Solid Pink #834F52

Color information

#834F52 (or 0x834F52) is unknown color: approx Solid Pink. HEX triplet: 83, 4F and 52. RGB value is (131,79,82). Sum of RGB (Red+Green+Blue) = 131+79+82=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #834F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834F52 is #7CB0AD. Grayscale: #5E5E5E. Windows color (decimal): -8171694 or 5394307. OLE color: 5394307.

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

Color convert

RGB1317982-
CMYK00.400.370.49
HSL356.54º24.76%41.18%-
HSV(B)356.54º39.69%51.37%-
XYZ13.6811.039.39-
YUV94.89120.73153.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.86%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=44.86%
G=27.05%
B=28.08%

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
Decimal131798200.400.370.49356.5424.7641.18
Hex834F5202825311651929
Octal20311712205045615453151
Binary1000001110011111010010010100010010111000110110010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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