Html Css Color HEX #825074 Trendy Pink

📋 copy color: '#825074'

red 130 ◦ green 80 ◦ blue 116

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

Shades of Trendy Pink #825074

Tints of Trendy Pink #825074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 39.88%
G = 24.54%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#825074 (or 0x825074) is known color: Trendy Pink. HEX triplet: 82, 50 and 74. RGB value is (130,80,116). Sum of RGB (Red+Green+Blue) = 130+80+116=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #825074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825074 is #7DAF8B. Grayscale: #626262. Windows color (decimal): -8236940 or 7622786. OLE color: 7622786.

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

Color convert

RGB 130 80 116 -
CMYK 0 0.38 0.11 0.49
HSL 316.8º 0.24% 0.41% -
HSV(B) 316.8º 0.38% 0.51% -
XYZ 15.23 11.74 17.99 -
YUV 99.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 130 80 116 0 0.38 0.11 0.49 316.8 0.24 0.41
Hex 82 50 74 0 26 B 31 13D 18 29
Octal 202 120 164 0 46 13 61 475 30 51
Binary 10000010 1010000 1110100 0 100110 1011 110001 100111101 11000 101001

Color Harmonies of #825074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825074

Black with #825074

Text Example


Text Example

White with #825074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825074; }

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

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

background-color css

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

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

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

border-color css

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

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

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