#834048

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

Shades of Solid Pink #834048

Tints of Solid Pink #834048

Color information

#834048 (or 0x834048) is unknown color: approx Solid Pink. HEX triplet: 83, 40 and 48. RGB value is (131,64,72). Sum of RGB (Red+Green+Blue) = 131+64+72=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #834048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834048 is #7CBFB7. Grayscale: #545454. Windows color (decimal): -8175544 or 4735107. OLE color: 4735107.

HSL color Cylindrical-coordinate representation of color #834048: hue angle of 352.84º 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 #834048 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1316472-
CMYK00.510.450.49
HSL352.84º34.36%38.24%-
HSV(B)352.84º51.15%51.37%-
XYZ12.368.967.21-
YUV84.94120.7160.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=49.06%
G=23.97%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131647200.510.450.49352.8434.3638.24
Hex8340480332D311612226
Octal20310011006355615414246
Binary10000011100000010010000110011101101110001101100001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834048; }

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

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

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

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

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

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

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

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