Html Css Color HEX #824475 Trendy Pink

📋 copy color: '#824475'

red 130 ◦ green 68 ◦ blue 117

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

Shades of Trendy Pink #824475

Tints of Trendy Pink #824475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

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

R = 41.27%
G = 21.59%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#824475 (or 0x824475) is known color: Trendy Pink. HEX triplet: 82, 44 and 75. RGB value is (130,68,117). Sum of RGB (Red+Green+Blue) = 130+68+117=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #824475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824475 is #7DBB8A. Grayscale: #5B5B5B. Windows color (decimal): -8240011 or 7685250. OLE color: 7685250.

HSL color Cylindrical-coordinate representation of color #824475: hue angle of 312.58º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824475 is Cyan = 0, Magento = 0.48, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 68 117 -
CMYK 0 0.48 0.1 0.49
HSL 312.58º 0.31% 0.39% -
HSV(B) 312.58º 0.48% 0.51% -
XYZ 14.48 10.16 18.03 -
YUV 92.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 130 68 117 0 0.48 0.1 0.49 312.58 0.31 0.39
Hex 82 44 75 0 30 A 31 139 1F 27
Octal 202 104 165 0 60 12 61 471 37 47
Binary 10000010 1000100 1110101 0 110000 1010 110001 100111001 11111 100111

Color Harmonies of #824475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824475

Black with #824475

Text Example


Text Example

White with #824475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824475; }

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

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

background-color css

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

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

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

border-color css

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

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

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