#825077

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

Shades of Trendy Pink #825077

Tints of Trendy Pink #825077

Color information

#825077 (or 0x825077) is unknown color: approx Trendy Pink. HEX triplet: 82, 50 and 77. RGB value is (130,80,119). Sum of RGB (Red+Green+Blue) = 130+80+119=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #825077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825077 is #7DAF88. Grayscale: #636363. Windows color (decimal): -8236937 or 7819394. OLE color: 7819394.

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

Color convert

RGB13080119-
CMYK00.380.080.49
HSL313.2º23.81%41.18%-
HSV(B)313.2º38.46%50.98%-
XYZ15.411.8218.92-
YUV99.4139.06149.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=39.51%
G=24.32%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308011900.380.080.49313.223.8141.18
Hex8250770268311391829
Octal20212016704610614713051
Binary10000010101000011101110100110100011000110011100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825077; }

 p { color: rgb(130,80,119); }

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

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

 a { background-color: rgb(130,80,119); }

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

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

 span { border-color: rgb(130,80,119); }

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