Html Css Color HEX #824375 Trendy Pink

📋 copy color: '#824375'

red 130 ◦ green 67 ◦ blue 117

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

Shades of Trendy Pink #824375

Tints of Trendy Pink #824375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.34%

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

R = 41.4%
G = 21.34%
B = 37.26%

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

#824375 (or 0x824375) is known color: Trendy Pink. HEX triplet: 82, 43 and 75. RGB value is (130,67,117). Sum of RGB (Red+Green+Blue) = 130+67+117=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #824375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824375 is #7DBC8A. Grayscale: #5B5B5B. Windows color (decimal): -8240267 or 7684994. OLE color: 7684994.

HSL color Cylindrical-coordinate representation of color #824375: hue angle of 312.38º degrees, saturation: 0.32, 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 #824375 is Cyan = 0, Magento = 0.48, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 67 117 -
CMYK 0 0.48 0.1 0.49
HSL 312.38º 0.32% 0.39% -
HSV(B) 312.38º 0.48% 0.51% -
XYZ 14.42 10.04 18.01 -
YUV 91.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 130 67 117 0 0.48 0.1 0.49 312.38 0.32 0.39
Hex 82 43 75 0 30 A 31 138 20 27
Octal 202 103 165 0 60 12 61 470 40 47
Binary 10000010 1000011 1110101 0 110000 1010 110001 100111000 100000 100111

Color Harmonies of #824375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824375

Black with #824375

Text Example


Text Example

White with #824375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824375; }

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

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

background-color css

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

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

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

border-color css

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

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

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