#835356

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

Shades of Solid Pink #835356

Tints of Solid Pink #835356

Color information

#835356 (or 0x835356) is unknown color: approx Solid Pink. HEX triplet: 83, 53 and 56. RGB value is (131,83,86). Sum of RGB (Red+Green+Blue) = 131+83+86=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #835356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835356 is #7CACA9. Grayscale: #616161. Windows color (decimal): -8170666 or 5657475. OLE color: 5657475.

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

Color convert

RGB1318386-
CMYK00.370.340.49
HSL356.25º22.43%41.96%-
HSV(B)356.25º36.64%51.37%-
XYZ14.1311.6810.31-
YUV97.69121.4151.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.67%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 86 (33.98% from 255) = 28.67%
R=43.67%
G=27.67%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131838600.370.340.49356.2522.4341.96
Hex8353560252231164162a
Octal20312312604542615442652
Binary1000001110100111010110010010110001011000110110010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835356; }

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

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

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

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

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

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

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

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