#835355

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

Shades of Solid Pink #835355

Tints of Solid Pink #835355

Color information

#835355 (or 0x835355) is unknown color: approx Solid Pink. HEX triplet: 83, 53 and 55. RGB value is (131,83,85). Sum of RGB (Red+Green+Blue) = 131+83+85=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #835355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835355 is #7CACAA. Grayscale: #616161. Windows color (decimal): -8170667 or 5591939. OLE color: 5591939.

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

Color convert

RGB1318385-
CMYK00.370.350.49
HSL357.5º22.43%41.96%-
HSV(B)357.5º36.64%51.37%-
XYZ14.0911.6710.1-
YUV97.58120.9151.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.81%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=43.81%
G=27.76%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131838500.370.350.49357.522.4341.96
Hex8353550252331166162a
Octal20312312504543615462652
Binary1000001110100111010101010010110001111000110110011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835355; }

 p { color: rgb(131,83,85); }

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

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

 a { background-color: rgb(131,83,85); }

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

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

 span { border-color: rgb(131,83,85); }

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