Html Css Color HEX #825179 Trendy Pink

📋 copy color: '#825179'

red 130 ◦ green 81 ◦ blue 121

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

Shades of Trendy Pink #825179

Tints of Trendy Pink #825179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.4%

 BLUE value IS 121 (47.66% from 255) = 36.45%

R = 39.16%
G = 24.4%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#825179 (or 0x825179) is known color: Trendy Pink. HEX triplet: 82, 51 and 79. RGB value is (130,81,121). Sum of RGB (Red+Green+Blue) = 130+81+121=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #825179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825179 is #7DAE86. Grayscale: #646464. Windows color (decimal): -8236679 or 7950722. OLE color: 7950722.

HSL color Cylindrical-coordinate representation of color #825179: hue angle of 311.02º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825179 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 81 121 -
CMYK 0 0.38 0.07 0.49
HSL 311.02º 0.23% 0.41% -
HSV(B) 311.02º 0.38% 0.51% -
XYZ 15.6 12.01 19.59 -
YUV 100.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 130 81 121 0 0.38 0.07 0.49 311.02 0.23 0.41
Hex 82 51 79 0 26 7 31 137 17 29
Octal 202 121 171 0 46 7 61 467 27 51
Binary 10000010 1010001 1111001 0 100110 111 110001 100110111 10111 101001

Color Harmonies of #825179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825179

Black with #825179

Text Example


Text Example

White with #825179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825179; }

 p { color: rgb(130,81,121); }

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

background-color css

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

 a { background-color: rgb(130,81,121); }

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

border-color css

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

 span { border-color: rgb(130,81,121); }

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