#834874

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

Shades of Trendy Pink #834874

Tints of Trendy Pink #834874

Color information

#834874 (or 0x834874) is unknown color: approx Trendy Pink. HEX triplet: 83, 48 and 74. RGB value is (131,72,116). Sum of RGB (Red+Green+Blue) = 131+72+116=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #834874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834874 is #7CB78B. Grayscale: #5E5E5E. Windows color (decimal): -8173452 or 7620739. OLE color: 7620739.

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

Color convert

RGB13172116-
CMYK00.450.110.49
HSL315.25º29.06%39.8%-
HSV(B)315.25º45.04%51.37%-
XYZ14.8310.7217.81-
YUV94.66140.05153.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.07%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=41.07%
G=22.57%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317211600.450.110.49315.2529.0639.8
Hex83487402DB3113b1d28
Octal20311016405513614733550
Binary10000011100100011101000101101101111000110011101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834874; }

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

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

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

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

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

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

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

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