#825478

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

Shades of Trendy Pink #825478

Tints of Trendy Pink #825478

Color information

#825478 (or 0x825478) is unknown color: approx Trendy Pink. HEX triplet: 82, 54 and 78. RGB value is (130,84,120). Sum of RGB (Red+Green+Blue) = 130+84+120=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #825478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825478 is #7DAB87. Grayscale: #656565. Windows color (decimal): -8235912 or 7885954. OLE color: 7885954.

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

Color convert

RGB13084120-
CMYK00.350.080.49
HSL313.04º21.5%41.96%-
HSV(B)313.04º35.38%50.98%-
XYZ15.7712.4419.34-
YUV101.86138.24148.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 120 (47.27% from 255) = 35.93%
R=38.92%
G=25.15%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308412000.350.080.49313.0421.541.96
Hex825478023831139152a
Octal20212417004310614712552
Binary10000010101010011110000100011100011000110011100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825478; }

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

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

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

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

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

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

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

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