#835484

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

Shades of Trendy Pink #835484

Tints of Trendy Pink #835484

Color information

#835484 (or 0x835484) is unknown color: approx Trendy Pink. HEX triplet: 83, 54 and 84. RGB value is (131,84,132). Sum of RGB (Red+Green+Blue) = 131+84+132=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #835484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835484 is #7CAB7B. Grayscale: #676767. Windows color (decimal): -8170364 or 8672387. OLE color: 8672387.

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

Color convert

RGB13184132-
CMYK0.010.3600.48
HSL298.75º22.22%42.35%-
HSV(B)298.75º36.36%51.76%-
XYZ16.712.8323.43-
YUV103.52144.07147.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=37.75%
G=24.21%
B=38.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131841320.010.3600.48298.7522.2242.35
Hex83548412403012b162a
Octal2031242041440604532652
Binary100000111010100100001001100100011000010010101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835484; }

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

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

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

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

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

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

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

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