#834850

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

Shades of Solid Pink #834850

Tints of Solid Pink #834850

Color information

#834850 (or 0x834850) is unknown color: approx Solid Pink. HEX triplet: 83, 48 and 50. RGB value is (131,72,80). Sum of RGB (Red+Green+Blue) = 131+72+80=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #834850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834850 is #7CB7AF. Grayscale: #5A5A5A. Windows color (decimal): -8173488 or 5261443. OLE color: 5261443.

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

Color convert

RGB1317280-
CMYK00.450.390.49
HSL351.86º29.06%39.8%-
HSV(B)351.86º45.04%51.37%-
XYZ13.1310.048.84-
YUV90.55122.05156.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=46.29%
G=25.44%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131728000.450.390.49351.8629.0639.8
Hex83485002D27311601d28
Octal20311012005547615403550
Binary1000001110010001010000010110110011111000110110000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834850; }

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

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

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

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

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

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

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

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