#835177

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

Shades of Trendy Pink #835177

Tints of Trendy Pink #835177

Color information

#835177 (or 0x835177) is unknown color: approx Trendy Pink. HEX triplet: 83, 51 and 77. RGB value is (131,81,119). Sum of RGB (Red+Green+Blue) = 131+81+119=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #835177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835177 is #7CAE88. Grayscale: #646464. Windows color (decimal): -8171145 or 7819651. OLE color: 7819651.

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

Color convert

RGB13181119-
CMYK00.380.090.49
HSL314.4º23.58%41.57%-
HSV(B)314.4º38.17%51.37%-
XYZ15.6312.0418.95-
YUV100.28138.56149.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=39.58%
G=24.47%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318111900.380.090.49314.423.5841.57
Hex83517702693113a182a
Octal20312116704611614723052
Binary10000011101000111101110100110100111000110011101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835177; }

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

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

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

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

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

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

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

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