#834876

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

Shades of Trendy Pink #834876

Tints of Trendy Pink #834876

Color information

#834876 (or 0x834876) is unknown color: approx Trendy Pink. HEX triplet: 83, 48 and 76. RGB value is (131,72,118). Sum of RGB (Red+Green+Blue) = 131+72+118=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #834876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834876 is #7CB789. Grayscale: #5E5E5E. Windows color (decimal): -8173450 or 7751811. OLE color: 7751811.

HSL color Cylindrical-coordinate representation of color #834876: hue angle of 313.22º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834876 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB13172118-
CMYK00.450.100.49
HSL313.22º29.06%39.8%-
HSV(B)313.22º45.04%51.37%-
XYZ14.9510.7718.43-
YUV94.88141.05153.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=40.81%
G=22.43%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317211800.450.100.49313.2229.0639.8
Hex83487602DA311391d28
Octal20311016605512614713550
Binary10000011100100011101100101101101011000110011100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834876; }

 p { color: rgb(131,72,118); }

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

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

 a { background-color: rgb(131,72,118); }

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

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

 span { border-color: rgb(131,72,118); }

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