#835478

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

Shades of Trendy Pink #835478

Tints of Trendy Pink #835478

Color information

#835478 (or 0x835478) is unknown color: approx Trendy Pink. HEX triplet: 83, 54 and 78. RGB value is (131,84,120). Sum of RGB (Red+Green+Blue) = 131+84+120=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #835478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835478 is #7CAB87. Grayscale: #666666. Windows color (decimal): -8170376 or 7885955. OLE color: 7885955.

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

Color convert

RGB13184120-
CMYK00.360.080.49
HSL314.04º21.86%42.16%-
HSV(B)314.04º35.88%51.37%-
XYZ15.9212.5219.35-
YUV102.16138.07148.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=39.10%
G=25.07%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318412000.360.080.49314.0421.8642.16
Hex83547802483113a162a
Octal20312417004410614722652
Binary10000011101010011110000100100100011000110011101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835478; }

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

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

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

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

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

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

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

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