#835376

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

Shades of Trendy Pink #835376

Tints of Trendy Pink #835376

Color information

#835376 (or 0x835376) is unknown color: approx Trendy Pink. HEX triplet: 83, 53 and 76. RGB value is (131,83,118). Sum of RGB (Red+Green+Blue) = 131+83+118=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #835376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835376 is #7CAC89. Grayscale: #656565. Windows color (decimal): -8170634 or 7754627. OLE color: 7754627.

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

Color convert

RGB13183118-
CMYK00.370.100.49
HSL316.25º22.43%41.96%-
HSV(B)316.25º36.64%51.37%-
XYZ15.7212.3218.69-
YUV101.34137.4149.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=39.46%
G=25%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318311800.370.100.49316.2522.4341.96
Hex835376025A3113c162a
Octal20312316604512614742652
Binary10000011101001111101100100101101011000110011110010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835376; }

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

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

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

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

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

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

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

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