Html Css Color HEX #825076 Trendy Pink

📋 copy color: '#825076'

red 130 ◦ green 80 ◦ blue 118

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

Shades of Trendy Pink #825076

Tints of Trendy Pink #825076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 39.63%
G = 24.39%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#825076 (or 0x825076) is known color: Trendy Pink. HEX triplet: 82, 50 and 76. RGB value is (130,80,118). Sum of RGB (Red+Green+Blue) = 130+80+118=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #825076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825076 is #7DAF89. Grayscale: #636363. Windows color (decimal): -8236938 or 7753858. OLE color: 7753858.

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

Color convert

RGB 130 80 118 -
CMYK 0 0.38 0.09 0.49
HSL 314.4º 0.24% 0.41% -
HSV(B) 314.4º 0.38% 0.51% -
XYZ 15.34 11.79 18.61 -
YUV 99.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 130 80 118 0 0.38 0.09 0.49 314.4 0.24 0.41
Hex 82 50 76 0 26 9 31 13A 18 29
Octal 202 120 166 0 46 11 61 472 30 51
Binary 10000010 1010000 1110110 0 100110 1001 110001 100111010 11000 101001

Color Harmonies of #825076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825076

Black with #825076

Text Example


Text Example

White with #825076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825076; }

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

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

background-color css

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

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

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

border-color css

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

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

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