#834F56

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

Shades of Solid Pink #834F56

Tints of Solid Pink #834F56

Color information

#834F56 (or 0x834F56) is unknown color: approx Solid Pink. HEX triplet: 83, 4F and 56. RGB value is (131,79,86). Sum of RGB (Red+Green+Blue) = 131+79+86=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #834F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834F56 is #7CB0A9. Grayscale: #5F5F5F. Windows color (decimal): -8171690 or 5656451. OLE color: 5656451.

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

Color convert

RGB1317986-
CMYK00.400.340.49
HSL351.92º24.76%41.18%-
HSV(B)351.92º39.69%51.37%-
XYZ13.8411.0910.22-
YUV95.35122.73153.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 79 (31.25% from 255) = 26.69%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=44.26%
G=26.69%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131798600.400.340.49351.9224.7641.18
Hex834F5602822311601929
Octal20311712605042615403151
Binary1000001110011111010110010100010001011000110110000011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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