#824E7A

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

Shades of Trendy Pink #824E7A

Tints of Trendy Pink #824E7A

Color information

#824E7A (or 0x824E7A) is unknown color: approx Trendy Pink. HEX triplet: 82, 4E and 7A. RGB value is (130,78,122). Sum of RGB (Red+Green+Blue) = 130+78+122=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #824E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E7A is #7DB185. Grayscale: #626262. Windows color (decimal): -8237446 or 8015490. OLE color: 8015490.

HSL color Cylindrical-coordinate representation of color #824E7A: hue angle of 309.23º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #824E7A is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13078122-
CMYK00.400.060.49
HSL309.23º25%40.78%-
HSV(B)309.23º40%50.98%-
XYZ15.4411.619.84-
YUV98.56141.23150.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 122 (48.05% from 255) = 36.97%
R=39.39%
G=23.64%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307812200.400.060.49309.232540.78
Hex824E7A0286311351929
Octal2021161720506614653151
Binary1000001010011101111010010100011011000110011010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824E7A; }

 p { color: rgb(130,78,122); }

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

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

 a { background-color: rgb(130,78,122); }

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

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

 span { border-color: rgb(130,78,122); }

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