#835179

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

Shades of Trendy Pink #835179

Tints of Trendy Pink #835179

Color information

#835179 (or 0x835179) is unknown color: approx Trendy Pink. HEX triplet: 83, 51 and 79. RGB value is (131,81,121). Sum of RGB (Red+Green+Blue) = 131+81+121=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #835179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835179 is #7CAE86. Grayscale: #646464. Windows color (decimal): -8171143 or 7950723. OLE color: 7950723.

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

Color convert

RGB13181121-
CMYK00.380.080.49
HSL312º23.58%41.57%-
HSV(B)312º38.17%51.37%-
XYZ15.7512.0919.59-
YUV100.51139.56149.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=39.34%
G=24.32%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318112100.380.080.4931223.5841.57
Hex835179026831138182a
Octal20312117104610614703052
Binary10000011101000111110010100110100011000110011100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835179; }

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

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

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

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

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

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

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

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