#824475

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

Shades of Trendy Pink #824475

Tints of Trendy Pink #824475

Color information

#824475 (or 0x824475) is unknown color: approx Trendy Pink. HEX triplet: 82, 44 and 75. RGB value is (130,68,117). Sum of RGB (Red+Green+Blue) = 130+68+117=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #824475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824475 is #7DBB8A. Grayscale: #5B5B5B. Windows color (decimal): -8240011 or 7685250. OLE color: 7685250.

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

Color convert

RGB13068117-
CMYK00.480.10.49
HSL312.58º31.31%38.82%-
HSV(B)312.58º47.69%50.98%-
XYZ14.4810.1618.03-
YUV92.12142.04155.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=41.27%
G=21.59%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306811700.480.10.49312.5831.3138.82
Hex824475030A311391f27
Octal20210416506012614713747
Binary10000010100010011101010110000101011000110011100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824475; }

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

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

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

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

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

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

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

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