#825B7B

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

Shades of Trendy Pink #825B7B

Tints of Trendy Pink #825B7B

Color information

#825B7B (or 0x825B7B) is unknown color: approx Trendy Pink. HEX triplet: 82, 5B and 7B. RGB value is (130,91,123). Sum of RGB (Red+Green+Blue) = 130+91+123=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #825B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B7B is #7DA484. Grayscale: #6A6A6A. Windows color (decimal): -8234117 or 8084354. OLE color: 8084354.

HSL color Cylindrical-coordinate representation of color #825B7B: hue angle of 310.77º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825B7B is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13091123-
CMYK00.300.050.49
HSL310.77º17.65%43.33%-
HSV(B)310.77º30%50.98%-
XYZ16.5213.6620.5-
YUV106.31137.42144.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=37.79%
G=26.45%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309112300.300.050.49310.7717.6543.33
Hex825B7B01E531137122b
Octal2021331730365614672253
Binary100000101011011111101101111010111000110011011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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