Html Css Color HEX #825376 Trendy Pink

📋 copy color: '#825376'

red 130 ◦ green 83 ◦ blue 118

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

Shades of Trendy Pink #825376

Tints of Trendy Pink #825376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.08%

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

R = 39.27%
G = 25.08%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#825376 (or 0x825376) is known color: Trendy Pink. HEX triplet: 82, 53 and 76. RGB value is (130,83,118). Sum of RGB (Red+Green+Blue) = 130+83+118=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #825376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825376 is #7DAC89. Grayscale: #646464. Windows color (decimal): -8236170 or 7754626. OLE color: 7754626.

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

Color convert

RGB 130 83 118 -
CMYK 0 0.36 0.09 0.49
HSL 315.32º 0.22% 0.42% -
HSV(B) 315.32º 0.36% 0.51% -
XYZ 15.57 12.24 18.68 -
YUV 101.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 130 83 118 0 0.36 0.09 0.49 315.32 0.22 0.42
Hex 82 53 76 0 24 9 31 13B 16 2A
Octal 202 123 166 0 44 11 61 473 26 52
Binary 10000010 1010011 1110110 0 100100 1001 110001 100111011 10110 101010

Color Harmonies of #825376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825376

Black with #825376

Text Example


Text Example

White with #825376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825376; }

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

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

background-color css

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

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

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

border-color css

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

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

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