#834276

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

Shades of Trendy Pink #834276

Tints of Trendy Pink #834276

Color information

#834276 (or 0x834276) is unknown color: approx Trendy Pink. HEX triplet: 83, 42 and 76. RGB value is (131,66,118). Sum of RGB (Red+Green+Blue) = 131+66+118=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #834276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834276 is #7CBD89. Grayscale: #5B5B5B. Windows color (decimal): -8174986 or 7750275. OLE color: 7750275.

HSL color Cylindrical-coordinate representation of color #834276: hue angle of 312º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834276 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB13166118-
CMYK00.500.100.49
HSL312º32.99%38.63%-
HSV(B)312º49.62%51.37%-
XYZ14.5810.0318.31-
YUV91.36143.03156.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.59%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=41.59%
G=20.95%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316611800.500.100.4931232.9938.63
Hex834276032A311382127
Octal20310216606212614704147
Binary100000111000010111011001100101010110001100111000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834276; }

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

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

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

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

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

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

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

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