Html Css Color HEX #824A73 Trendy Pink

📋 copy color: '#824A73'

red 130 ◦ green 74 ◦ blue 115

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

Shades of Trendy Pink #824A73

Tints of Trendy Pink #824A73

RGB

 RED value IS 130 (51.17% from 255) = 40.75%

 GREEN value IS 74 (29.3% from 255) = 23.2%

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 40.75%
G = 23.2%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#824A73 (or 0x824A73) is known color: Trendy Pink. HEX triplet: 82, 4A and 73. RGB value is (130,74,115). Sum of RGB (Red+Green+Blue) = 130+74+115=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #824A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824A73 is #7DB58C. Grayscale: #5F5F5F. Windows color (decimal): -8238477 or 7555714. OLE color: 7555714.

HSL color Cylindrical-coordinate representation of color #824A73: hue angle of 316.07º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #824A73 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 74 115 -
CMYK 0 0.43 0.12 0.49
HSL 316.07º 0.27% 0.4% -
HSV(B) 316.07º 0.43% 0.51% -
XYZ 14.75 10.88 17.54 -
YUV 95.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 130 74 115 0 0.43 0.12 0.49 316.07 0.27 0.4
Hex 82 4A 73 0 2B C 31 13C 1B 28
Octal 202 112 163 0 53 14 61 474 33 50
Binary 10000010 1001010 1110011 0 101011 1100 110001 100111100 11011 101000

Color Harmonies of #824A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A73

Black with #824A73

Text Example


Text Example

White with #824A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,74,115); }

 H1.HeaderClassName
 {
   color: #824A73;
 }
 .AnyTagClassName
 {
   color: #824A73;
 }
</style>

background-color css

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

 a { background-color: rgb(130,74,115); }

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

border-color css

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

 span { border-color: rgb(130,74,115); }

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