#825E7B

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

Shades of Trendy Pink #825E7B

Tints of Trendy Pink #825E7B

Color information

#825E7B (or 0x825E7B) is unknown color: approx Trendy Pink. HEX triplet: 82, 5E and 7B. RGB value is (130,94,123). Sum of RGB (Red+Green+Blue) = 130+94+123=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #825E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E7B is #7DA184. Grayscale: #6B6B6B. Windows color (decimal): -8233349 or 8085122. OLE color: 8085122.

HSL color Cylindrical-coordinate representation of color #825E7B: hue angle of 311.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825E7B is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13094123-
CMYK00.280.050.49
HSL311.67º16.07%43.92%-
HSV(B)311.67º27.69%50.98%-
XYZ16.7814.1820.59-
YUV108.07136.43143.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 94 (37.11% from 255) = 27.09%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=37.46%
G=27.09%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309412300.280.050.49311.6716.0743.92
Hex825E7B01C531138102c
Octal2021361730345614702054
Binary100000101011110111101101110010111000110011100010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825E7B; }

 p { color: rgb(130,94,123); }

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

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

 a { background-color: rgb(130,94,123); }

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

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

 span { border-color: rgb(130,94,123); }

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