#834047

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

Shades of Solid Pink #834047

Tints of Solid Pink #834047

Color information

#834047 (or 0x834047) is unknown color: approx Solid Pink. HEX triplet: 83, 40 and 47. RGB value is (131,64,71). Sum of RGB (Red+Green+Blue) = 131+64+71=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #834047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834047 is #7CBFB8. Grayscale: #545454. Windows color (decimal): -8175545 or 4669571. OLE color: 4669571.

HSL color Cylindrical-coordinate representation of color #834047: hue angle of 353.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834047 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1316471-
CMYK00.510.460.49
HSL353.73º34.36%38.24%-
HSV(B)353.73º51.15%51.37%-
XYZ12.338.957.04-
YUV84.83120.2160.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.25%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=49.25%
G=24.06%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131647100.510.460.49353.7334.3638.24
Hex8340470332E311622226
Octal20310010706356615424246
Binary10000011100000010001110110011101110110001101100010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834047; }

 p { color: rgb(131,64,71); }

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

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

 a { background-color: rgb(131,64,71); }

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

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

 span { border-color: rgb(131,64,71); }

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