#825279

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

Shades of Trendy Pink #825279

Tints of Trendy Pink #825279

Color information

#825279 (or 0x825279) is unknown color: approx Trendy Pink. HEX triplet: 82, 52 and 79. RGB value is (130,82,121). Sum of RGB (Red+Green+Blue) = 130+82+121=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #825279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825279 is #7DAD86. Grayscale: #646464. Windows color (decimal): -8236423 or 7950978. OLE color: 7950978.

HSL color Cylindrical-coordinate representation of color #825279: hue angle of 311.25º degrees, saturation: 0.23, 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 #825279 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13082121-
CMYK00.370.070.49
HSL311.25º22.64%41.57%-
HSV(B)311.25º36.92%50.98%-
XYZ15.6712.1619.61-
YUV100.8139.4148.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=39.04%
G=24.62%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308212100.370.070.49311.2522.6441.57
Hex825279025731137172a
Octal2021221710457614672752
Binary1000001010100101111001010010111111000110011011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825279; }

 p { color: rgb(130,82,121); }

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

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

 a { background-color: rgb(130,82,121); }

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

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

 span { border-color: rgb(130,82,121); }

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