#825574

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

Shades of Trendy Pink #825574

Tints of Trendy Pink #825574

Color information

#825574 (or 0x825574) is unknown color: approx Trendy Pink. HEX triplet: 82, 55 and 74. RGB value is (130,85,116). Sum of RGB (Red+Green+Blue) = 130+85+116=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #825574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825574 is #7DAA8B. Grayscale: #656565. Windows color (decimal): -8235660 or 7624066. OLE color: 7624066.

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

Color convert

RGB13085116-
CMYK00.350.110.49
HSL318.67º20.93%42.16%-
HSV(B)318.67º34.62%50.98%-
XYZ15.6112.518.11-
YUV101.99135.91147.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=39.27%
G=25.68%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308511600.350.110.49318.6720.9342.16
Hex825574023B3113f152a
Octal20212516404313614772552
Binary10000010101010111101000100011101111000110011111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825574; }

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

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

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

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

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

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

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

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