#835074

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

Shades of Trendy Pink #835074

Tints of Trendy Pink #835074

Color information

#835074 (or 0x835074) is unknown color: approx Trendy Pink. HEX triplet: 83, 50 and 74. RGB value is (131,80,116). Sum of RGB (Red+Green+Blue) = 131+80+116=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #835074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835074 is #7CAF8B. Grayscale: #636363. Windows color (decimal): -8171404 or 7622787. OLE color: 7622787.

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

Color convert

RGB13180116-
CMYK00.390.110.49
HSL317.65º24.17%41.37%-
HSV(B)317.65º38.93%51.37%-
XYZ15.3811.8217.99-
YUV99.35137.4150.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=40.06%
G=24.46%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318011600.390.110.49317.6524.1741.37
Hex835074027B3113e1829
Octal20312016404713614763051
Binary10000011101000011101000100111101111000110011111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835074; }

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

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

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

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

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

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

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

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