Html Css Color HEX #825276 Trendy Pink

📋 copy color: '#825276'

red 130 ◦ green 82 ◦ blue 118

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

Shades of Trendy Pink #825276

Tints of Trendy Pink #825276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.85%

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 39.39%
G = 24.85%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#825276 (or 0x825276) is known color: Trendy Pink. HEX triplet: 82, 52 and 76. RGB value is (130,82,118). Sum of RGB (Red+Green+Blue) = 130+82+118=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #825276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825276 is #7DAD89. Grayscale: #646464. Windows color (decimal): -8236426 or 7754370. OLE color: 7754370.

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

Color convert

RGB 130 82 118 -
CMYK 0 0.37 0.09 0.49
HSL 315º 0.23% 0.42% -
HSV(B) 315º 0.37% 0.51% -
XYZ 15.49 12.09 18.66 -
YUV 100.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 130 82 118 0 0.37 0.09 0.49 315 0.23 0.42
Hex 82 52 76 0 25 9 31 13B 17 2A
Octal 202 122 166 0 45 11 61 473 27 52
Binary 10000010 1010010 1110110 0 100101 1001 110001 100111011 10111 101010

Color Harmonies of #825276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825276

Black with #825276

Text Example


Text Example

White with #825276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825276; }

 p { color: rgb(130,82,118); }

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

background-color css

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

 a { background-color: rgb(130,82,118); }

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

border-color css

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

 span { border-color: rgb(130,82,118); }

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