#825475

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

Shades of Trendy Pink #825475

Tints of Trendy Pink #825475

Color information

#825475 (or 0x825475) is unknown color: approx Trendy Pink. HEX triplet: 82, 54 and 75. RGB value is (130,84,117). Sum of RGB (Red+Green+Blue) = 130+84+117=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #825475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825475 is #7DAB8A. Grayscale: #656565. Windows color (decimal): -8235915 or 7689346. OLE color: 7689346.

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

Color convert

RGB13084117-
CMYK00.350.10.49
HSL316.96º21.5%41.96%-
HSV(B)316.96º35.38%50.98%-
XYZ15.5912.3718.4-
YUV101.52136.74148.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=39.27%
G=25.38%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308411700.350.10.49316.9621.541.96
Hex825475023A3113d152a
Octal20212416504312614752552
Binary10000010101010011101010100011101011000110011110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825475; }

 p { color: rgb(130,84,117); }

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

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

 a { background-color: rgb(130,84,117); }

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

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

 span { border-color: rgb(130,84,117); }

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