Html Css Color HEX #824F75 Trendy Pink

📋 copy color: '#824F75'

red 130 ◦ green 79 ◦ blue 117

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

Shades of Trendy Pink #824F75

Tints of Trendy Pink #824F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.23%

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

R = 39.88%
G = 24.23%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#824F75 (or 0x824F75) is known color: Trendy Pink. HEX triplet: 82, 4F and 75. RGB value is (130,79,117). Sum of RGB (Red+Green+Blue) = 130+79+117=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #824F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F75 is #7DB08A. Grayscale: #626262. Windows color (decimal): -8237195 or 7688066. OLE color: 7688066.

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

Color convert

RGB 130 79 117 -
CMYK 0 0.39 0.1 0.49
HSL 315.29º 0.24% 0.41% -
HSV(B) 315.29º 0.39% 0.51% -
XYZ 15.21 11.62 18.27 -
YUV 98.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 130 79 117 0 0.39 0.1 0.49 315.29 0.24 0.41
Hex 82 4F 75 0 27 A 31 13B 18 29
Octal 202 117 165 0 47 12 61 473 30 51
Binary 10000010 1001111 1110101 0 100111 1010 110001 100111011 11000 101001

Color Harmonies of #824F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F75

Black with #824F75

Text Example


Text Example

White with #824F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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