Html Css Color HEX #825375 Trendy Pink

📋 copy color: '#825375'

red 130 ◦ green 83 ◦ blue 117

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

Shades of Trendy Pink #825375

Tints of Trendy Pink #825375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 39.39%
G = 25.15%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#825375 (or 0x825375) is known color: Trendy Pink. HEX triplet: 82, 53 and 75. RGB value is (130,83,117). Sum of RGB (Red+Green+Blue) = 130+83+117=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #825375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825375 is #7DAC8A. Grayscale: #646464. Windows color (decimal): -8236171 or 7689090. OLE color: 7689090.

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

Color convert

RGB 130 83 117 -
CMYK 0 0.36 0.1 0.49
HSL 316.6º 0.22% 0.42% -
HSV(B) 316.6º 0.36% 0.51% -
XYZ 15.51 12.22 18.37 -
YUV 100.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 130 83 117 0 0.36 0.1 0.49 316.6 0.22 0.42
Hex 82 53 75 0 24 A 31 13D 16 2A
Octal 202 123 165 0 44 12 61 475 26 52
Binary 10000010 1010011 1110101 0 100100 1010 110001 100111101 10110 101010

Color Harmonies of #825375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825375

Black with #825375

Text Example


Text Example

White with #825375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825375; }

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

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

background-color css

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

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

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

border-color css

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

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

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