#825374

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

Shades of Trendy Pink #825374

Tints of Trendy Pink #825374

Color information

#825374 (or 0x825374) is unknown color: approx Trendy Pink. HEX triplet: 82, 53 and 74. RGB value is (130,83,116). Sum of RGB (Red+Green+Blue) = 130+83+116=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #825374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825374 is #7DAC8B. Grayscale: #646464. Windows color (decimal): -8236172 or 7623554. OLE color: 7623554.

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

Color convert

RGB13083116-
CMYK00.360.110.49
HSL317.87º22.07%41.76%-
HSV(B)317.87º36.15%50.98%-
XYZ15.4512.1918.06-
YUV100.82136.57148.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=39.51%
G=25.23%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308311600.360.110.49317.8722.0741.76
Hex825374024B3113e162a
Octal20212316404413614762652
Binary10000010101001111101000100100101111000110011111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825374; }

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

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

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

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

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

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

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

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