#835877

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

Shades of Trendy Pink #835877

Tints of Trendy Pink #835877

Color information

#835877 (or 0x835877) is unknown color: approx Trendy Pink. HEX triplet: 83, 58 and 77. RGB value is (131,88,119). Sum of RGB (Red+Green+Blue) = 131+88+119=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #835877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835877 is #7CA788. Grayscale: #686868. Windows color (decimal): -8169353 or 7821443. OLE color: 7821443.

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

Color convert

RGB13188119-
CMYK00.330.090.49
HSL316.74º19.63%42.94%-
HSV(B)316.74º32.82%51.37%-
XYZ16.1813.1419.14-
YUV104.39136.25146.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 88 (34.77% from 255) = 26.04%
BLUE value IS 119 (46.88% from 255) = 35.21%
R=38.76%
G=26.04%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318811900.330.090.49316.7419.6342.94
Hex83587702193113d142b
Octal20313016704111614752453
Binary10000011101100011101110100001100111000110011110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835877; }

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

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

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

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

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

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

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

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