#825175

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

Shades of Trendy Pink #825175

Tints of Trendy Pink #825175

Color information

#825175 (or 0x825175) is unknown color: approx Trendy Pink. HEX triplet: 82, 51 and 75. RGB value is (130,81,117). Sum of RGB (Red+Green+Blue) = 130+81+117=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #825175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825175 is #7DAE8A. Grayscale: #636363. Windows color (decimal): -8236683 or 7688578. OLE color: 7688578.

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

Color convert

RGB13081117-
CMYK00.380.10.49
HSL315.92º23.22%41.37%-
HSV(B)315.92º37.69%50.98%-
XYZ15.3611.9218.32-
YUV99.76137.73149.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 81 (32.03% from 255) = 24.70%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=39.63%
G=24.70%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308111700.380.10.49315.9223.2241.37
Hex825175026A3113c1729
Octal20212116504612614742751
Binary10000010101000111101010100110101011000110011110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825175; }

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

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

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

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

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

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

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

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