#825277

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

Shades of Trendy Pink #825277

Tints of Trendy Pink #825277

Color information

#825277 (or 0x825277) is unknown color: approx Trendy Pink. HEX triplet: 82, 52 and 77. RGB value is (130,82,119). Sum of RGB (Red+Green+Blue) = 130+82+119=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #825277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825277 is #7DAD88. Grayscale: #646464. Windows color (decimal): -8236425 or 7819906. OLE color: 7819906.

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

Color convert

RGB13082119-
CMYK00.370.080.49
HSL313.75º22.64%41.57%-
HSV(B)313.75º36.92%50.98%-
XYZ15.5512.1118.97-
YUV100.57138.4148.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=39.27%
G=24.77%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308211900.370.080.49313.7522.6441.57
Hex82527702583113a172a
Octal20212216704510614722752
Binary10000010101001011101110100101100011000110011101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825277; }

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

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

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

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

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

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

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

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