#835076

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

Shades of Trendy Pink #835076

Tints of Trendy Pink #835076

Color information

#835076 (or 0x835076) is unknown color: approx Trendy Pink. HEX triplet: 83, 50 and 76. RGB value is (131,80,118). Sum of RGB (Red+Green+Blue) = 131+80+118=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #835076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835076 is #7CAF89. Grayscale: #636363. Windows color (decimal): -8171402 or 7753859. OLE color: 7753859.

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

Color convert

RGB13180118-
CMYK00.390.100.49
HSL315.29º24.17%41.37%-
HSV(B)315.29º38.93%51.37%-
XYZ15.511.8718.61-
YUV99.58138.4150.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=39.82%
G=24.32%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318011800.390.100.49315.2924.1741.37
Hex835076027A3113b1829
Octal20312016604712614733051
Binary10000011101000011101100100111101011000110011101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835076; }

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

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

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

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

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

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

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

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