Html Css Color HEX #825A7E Trendy Pink

📋 copy color: '#825A7E'

red 130 ◦ green 90 ◦ blue 126

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

Shades of Trendy Pink #825A7E

Tints of Trendy Pink #825A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.01%

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 37.57%
G = 26.01%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#825A7E (or 0x825A7E) is known color: Trendy Pink. HEX triplet: 82, 5A and 7E. RGB value is (130,90,126). Sum of RGB (Red+Green+Blue) = 130+90+126=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #825A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A7E is #7DA581. Grayscale: #696969. Windows color (decimal): -8234370 or 8280706. OLE color: 8280706.

HSL color Cylindrical-coordinate representation of color #825A7E: hue angle of 306º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #825A7E is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 90 126 -
CMYK 0 0.31 0.03 0.49
HSL 306º 0.18% 0.43% -
HSV(B) 306º 0.31% 0.51% -
XYZ 16.63 13.56 21.48 -
YUV 106.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 130 90 126 0 0.31 0.03 0.49 306 0.18 0.43
Hex 82 5A 7E 0 1F 3 31 132 12 2B
Octal 202 132 176 0 37 3 61 462 22 53
Binary 10000010 1011010 1111110 0 11111 11 110001 100110010 10010 101011

Color Harmonies of #825A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A7E

Black with #825A7E

Text Example


Text Example

White with #825A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825A7E; }

 p { color: rgb(130,90,126); }

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

background-color css

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

 a { background-color: rgb(130,90,126); }

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

border-color css

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

 span { border-color: rgb(130,90,126); }

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