Html Css Color HEX #825476 Trendy Pink

📋 copy color: '#825476'

red 130 ◦ green 84 ◦ blue 118

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

Shades of Trendy Pink #825476

Tints of Trendy Pink #825476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

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

R = 39.16%
G = 25.3%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#825476 (or 0x825476) is known color: Trendy Pink. HEX triplet: 82, 54 and 76. RGB value is (130,84,118). Sum of RGB (Red+Green+Blue) = 130+84+118=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #825476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825476 is #7DAB89. Grayscale: #656565. Windows color (decimal): -8235914 or 7754882. OLE color: 7754882.

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

Color convert

RGB 130 84 118 -
CMYK 0 0.35 0.09 0.49
HSL 315.65º 0.21% 0.42% -
HSV(B) 315.65º 0.35% 0.51% -
XYZ 15.65 12.39 18.71 -
YUV 101.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 130 84 118 0 0.35 0.09 0.49 315.65 0.21 0.42
Hex 82 54 76 0 23 9 31 13C 15 2A
Octal 202 124 166 0 43 11 61 474 25 52
Binary 10000010 1010100 1110110 0 100011 1001 110001 100111100 10101 101010

Color Harmonies of #825476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825476

Black with #825476

Text Example


Text Example

White with #825476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825476; }

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

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

background-color css

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

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

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

border-color css

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

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

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