Html Css Color HEX #824A75 Trendy Pink

📋 copy color: '#824A75'

red 130 ◦ green 74 ◦ blue 117

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

Shades of Trendy Pink #824A75

Tints of Trendy Pink #824A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.45%

R = 40.5%
G = 23.05%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#824A75 (or 0x824A75) is known color: Trendy Pink. HEX triplet: 82, 4A and 75. RGB value is (130,74,117). Sum of RGB (Red+Green+Blue) = 130+74+117=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #824A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824A75 is #7DB58A. Grayscale: #5F5F5F. Windows color (decimal): -8238475 or 7686786. OLE color: 7686786.

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

Color convert

RGB 130 74 117 -
CMYK 0 0.43 0.1 0.49
HSL 313.93º 0.27% 0.4% -
HSV(B) 313.93º 0.43% 0.51% -
XYZ 14.87 10.93 18.16 -
YUV 95.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 130 74 117 0 0.43 0.1 0.49 313.93 0.27 0.4
Hex 82 4A 75 0 2B A 31 13A 1B 28
Octal 202 112 165 0 53 12 61 472 33 50
Binary 10000010 1001010 1110101 0 101011 1010 110001 100111010 11011 101000

Color Harmonies of #824A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A75

Black with #824A75

Text Example


Text Example

White with #824A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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