#835458

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

Shades of Solid Pink #835458

Tints of Solid Pink #835458

Color information

#835458 (or 0x835458) is unknown color: approx Solid Pink. HEX triplet: 83, 54 and 58. RGB value is (131,84,88). Sum of RGB (Red+Green+Blue) = 131+84+88=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #835458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835458 is #7CABA7. Grayscale: #626262. Windows color (decimal): -8170408 or 5788803. OLE color: 5788803.

HSL color Cylindrical-coordinate representation of color #835458: hue angle of 354.89º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #835458 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB1318488-
CMYK00.360.330.49
HSL354.89º21.86%42.16%-
HSV(B)354.89º35.88%51.37%-
XYZ14.2911.8710.77-
YUV98.51122.07151.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=43.23%
G=27.72%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131848800.360.330.49354.8921.8642.16
Hex8354580242131163162a
Octal20312413004441615432652
Binary1000001110101001011000010010010000111000110110001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835458; }

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

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

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

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

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

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

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

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