#825278

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

Shades of Trendy Pink #825278

Tints of Trendy Pink #825278

Color information

#825278 (or 0x825278) is unknown color: approx Trendy Pink. HEX triplet: 82, 52 and 78. RGB value is (130,82,120). Sum of RGB (Red+Green+Blue) = 130+82+120=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #825278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825278 is #7DAD87. Grayscale: #646464. Windows color (decimal): -8236424 or 7885442. OLE color: 7885442.

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

Color convert

RGB13082120-
CMYK00.370.080.49
HSL312.5º22.64%41.57%-
HSV(B)312.5º36.92%50.98%-
XYZ15.6112.1419.29-
YUV100.68138.9148.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.16%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=39.16%
G=24.70%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308212000.370.080.49312.522.6441.57
Hex825278025831138172a
Octal20212217004510614702752
Binary10000010101001011110000100101100011000110011100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825278; }

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

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

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

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

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

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

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

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