Html Css Color HEX #825D7A Trendy Pink

📋 copy color: '#825D7A'

red 130 ◦ green 93 ◦ blue 122

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

Shades of Trendy Pink #825D7A

Tints of Trendy Pink #825D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.96%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 37.68%
G = 26.96%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#825D7A (or 0x825D7A) is known color: Trendy Pink. HEX triplet: 82, 5D and 7A. RGB value is (130,93,122). Sum of RGB (Red+Green+Blue) = 130+93+122=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #825D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D7A is #7DA285. Grayscale: #6B6B6B. Windows color (decimal): -8233606 or 8019330. OLE color: 8019330.

HSL color Cylindrical-coordinate representation of color #825D7A: hue angle of 312.97º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825D7A is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 93 122 -
CMYK 0 0.28 0.06 0.49
HSL 312.97º 0.17% 0.44% -
HSV(B) 312.97º 0.28% 0.51% -
XYZ 16.63 13.98 20.23 -
YUV 107.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 130 93 122 0 0.28 0.06 0.49 312.97 0.17 0.44
Hex 82 5D 7A 0 1C 6 31 139 11 2C
Octal 202 135 172 0 34 6 61 471 21 54
Binary 10000010 1011101 1111010 0 11100 110 110001 100111001 10001 101100

Color Harmonies of #825D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D7A

Black with #825D7A

Text Example


Text Example

White with #825D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,93,122); }

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

background-color css

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

 a { background-color: rgb(130,93,122); }

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

border-color css

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

 span { border-color: rgb(130,93,122); }

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