#834854

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

Shades of Solid Pink #834854

Tints of Solid Pink #834854

Color information

#834854 (or 0x834854) is unknown color: approx Solid Pink. HEX triplet: 83, 48 and 54. RGB value is (131,72,84). Sum of RGB (Red+Green+Blue) = 131+72+84=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #834854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834854 is #7CB7AB. Grayscale: #5B5B5B. Windows color (decimal): -8173484 or 5523587. OLE color: 5523587.

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

Color convert

RGB1317284-
CMYK00.450.360.49
HSL347.8º29.06%39.8%-
HSV(B)347.8º45.04%51.37%-
XYZ13.2810.19.64-
YUV91.01124.05156.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=45.64%
G=25.09%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131728400.450.360.49347.829.0639.8
Hex83485402D243115c1d28
Octal20311012405544615343550
Binary1000001110010001010100010110110010011000110101110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834854; }

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

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

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

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

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

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

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

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