#835374

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

Shades of Trendy Pink #835374

Tints of Trendy Pink #835374

Color information

#835374 (or 0x835374) is unknown color: approx Trendy Pink. HEX triplet: 83, 53 and 74. RGB value is (131,83,116). Sum of RGB (Red+Green+Blue) = 131+83+116=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #835374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835374 is #7CAC8B. Grayscale: #656565. Windows color (decimal): -8170636 or 7623555. OLE color: 7623555.

HSL color Cylindrical-coordinate representation of color #835374: hue angle of 318.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835374 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13183116-
CMYK00.370.110.49
HSL318.75º22.43%41.96%-
HSV(B)318.75º36.64%51.37%-
XYZ15.6112.2718.07-
YUV101.11136.4149.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=39.70%
G=25.15%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318311600.370.110.49318.7522.4341.96
Hex835374025B3113f162a
Octal20312316404513614772652
Binary10000011101001111101000100101101111000110011111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835374; }

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

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

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

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

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

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

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

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