#834549

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

Shades of Solid Pink #834549

Tints of Solid Pink #834549

Color information

#834549 (or 0x834549) is unknown color: approx Solid Pink. HEX triplet: 83, 45 and 49. RGB value is (131,69,73). Sum of RGB (Red+Green+Blue) = 131+69+73=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #834549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834549 is #7CBAB6. Grayscale: #585858. Windows color (decimal): -8174263 or 4801923. OLE color: 4801923.

HSL color Cylindrical-coordinate representation of color #834549: hue angle of 356.13º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834549 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1316973-
CMYK00.470.440.49
HSL356.13º31%39.22%-
HSV(B)356.13º47.33%51.37%-
XYZ12.699.567.48-
YUV87.99119.54158.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=47.99%
G=25.27%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131697300.470.440.49356.133139.22
Hex83454902F2C311641f27
Octal20310511105754615443747
Binary1000001110001011001001010111110110011000110110010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834549; }

 p { color: rgb(131,69,73); }

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

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

 a { background-color: rgb(131,69,73); }

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

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

 span { border-color: rgb(131,69,73); }

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