Html Css Color HEX #825177 Trendy Pink

📋 copy color: '#825177'

red 130 ◦ green 81 ◦ blue 119

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

Shades of Trendy Pink #825177

Tints of Trendy Pink #825177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 39.39%
G = 24.55%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#825177 (or 0x825177) is known color: Trendy Pink. HEX triplet: 82, 51 and 77. RGB value is (130,81,119). Sum of RGB (Red+Green+Blue) = 130+81+119=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #825177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825177 is #7DAE88. Grayscale: #636363. Windows color (decimal): -8236681 or 7819650. OLE color: 7819650.

HSL color Cylindrical-coordinate representation of color #825177: hue angle of 313.47º 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 #825177 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 81 119 -
CMYK 0 0.38 0.08 0.49
HSL 313.47º 0.23% 0.41% -
HSV(B) 313.47º 0.38% 0.51% -
XYZ 15.48 11.96 18.95 -
YUV 99.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 130 81 119 0 0.38 0.08 0.49 313.47 0.23 0.41
Hex 82 51 77 0 26 8 31 139 17 29
Octal 202 121 167 0 46 10 61 471 27 51
Binary 10000010 1010001 1110111 0 100110 1000 110001 100111001 10111 101001

Color Harmonies of #825177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825177

Black with #825177

Text Example


Text Example

White with #825177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825177; }

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

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

background-color css

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

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

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

border-color css

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

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

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