#824E7E

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

Shades of Trendy Pink #824E7E

Tints of Trendy Pink #824E7E

Color information

#824E7E (or 0x824E7E) is unknown color: approx Trendy Pink. HEX triplet: 82, 4E and 7E. RGB value is (130,78,126). Sum of RGB (Red+Green+Blue) = 130+78+126=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #824E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824E7E is #7DB181. Grayscale: #626262. Windows color (decimal): -8237442 or 8277634. OLE color: 8277634.

HSL color Cylindrical-coordinate representation of color #824E7E: hue angle of 304.62º 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 #824E7E is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13078126-
CMYK00.400.030.49
HSL304.62º25%40.78%-
HSV(B)304.62º40%50.98%-
XYZ15.711.721.17-
YUV99.02143.23150.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=38.92%
G=23.35%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307812600.400.030.49304.622540.78
Hex824E7E0283311311929
Octal2021161760503614613151
Binary100000101001110111111001010001111000110011000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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