Html Css Color HEX #824E7A Trendy Pink

📋 copy color: '#824E7A'

red 130 ◦ green 78 ◦ blue 122

#824E7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #824E7A

Tints of Trendy Pink #824E7A

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 value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#824E7A (or 0x824E7A) is known color: 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

RGB 130 78 122 -
CMYK 0 0.40 0.06 0.49
HSL 309.23º 0.25% 0.41% -
HSV(B) 309.23º 0.4% 0.51% -
XYZ 15.44 11.6 19.84 -
YUV 98.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 130 78 122 0 0.40 0.06 0.49 309.23 0.25 0.41
Hex 82 4E 7A 0 28 6 31 135 19 29
Octal 202 116 172 0 50 6 61 465 31 51
Binary 10000010 1001110 1111010 0 101000 110 110001 100110101 11001 101001

Color Harmonies of #824E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E7A

Black with #824E7A

Text Example


Text Example

White with #824E7A

Text Example


Text Example

HTML Codes & Css Web 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>