#835578

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

Shades of Trendy Pink #835578

Tints of Trendy Pink #835578

Color information

#835578 (or 0x835578) is unknown color: approx Trendy Pink. HEX triplet: 83, 55 and 78. RGB value is (131,85,120). Sum of RGB (Red+Green+Blue) = 131+85+120=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #835578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835578 is #7CAA87. Grayscale: #666666. Windows color (decimal): -8170120 or 7886211. OLE color: 7886211.

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

Color convert

RGB13185120-
CMYK00.350.080.49
HSL314.35º21.3%42.35%-
HSV(B)314.35º35.11%51.37%-
XYZ1612.6819.37-
YUV102.74137.74148.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=38.99%
G=25.30%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318512000.350.080.49314.3521.342.35
Hex83557802383113a152a
Octal20312517004310614722552
Binary10000011101010111110000100011100011000110011101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835578; }

 p { color: rgb(131,85,120); }

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

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

 a { background-color: rgb(131,85,120); }

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

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

 span { border-color: rgb(131,85,120); }

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