#834875

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

Shades of Trendy Pink #834875

Tints of Trendy Pink #834875

Color information

#834875 (or 0x834875) is unknown color: approx Trendy Pink. HEX triplet: 83, 48 and 75. RGB value is (131,72,117). Sum of RGB (Red+Green+Blue) = 131+72+117=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #834875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834875 is #7CB78A. Grayscale: #5E5E5E. Windows color (decimal): -8173451 or 7686275. OLE color: 7686275.

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

Color convert

RGB13172117-
CMYK00.450.110.49
HSL314.24º29.06%39.8%-
HSV(B)314.24º45.04%51.37%-
XYZ14.8910.7418.12-
YUV94.77140.55153.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.94%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=40.94%
G=22.5%
B=36.56%

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
Decimal1317211700.450.110.49314.2429.0639.8
Hex83487502DB3113a1d28
Octal20311016505513614723550
Binary10000011100100011101010101101101111000110011101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834875; }

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

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

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

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

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

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

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

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