Html Css Color HEX #825075 Trendy Pink

📋 copy color: '#825075'

red 130 ◦ green 80 ◦ blue 117

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

Shades of Trendy Pink #825075

Tints of Trendy Pink #825075

RGB

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

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

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

R = 39.76%
G = 24.46%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#825075 (or 0x825075) is known color: Trendy Pink. HEX triplet: 82, 50 and 75. RGB value is (130,80,117). Sum of RGB (Red+Green+Blue) = 130+80+117=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #825075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825075 is #7DAF8A. Grayscale: #636363. Windows color (decimal): -8236939 or 7688322. OLE color: 7688322.

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

Color convert

RGB 130 80 117 -
CMYK 0 0.38 0.1 0.49
HSL 315.6º 0.24% 0.41% -
HSV(B) 315.6º 0.38% 0.51% -
XYZ 15.29 11.77 18.3 -
YUV 99.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 130 80 117 0 0.38 0.1 0.49 315.6 0.24 0.41
Hex 82 50 75 0 26 A 31 13C 18 29
Octal 202 120 165 0 46 12 61 474 30 51
Binary 10000010 1010000 1110101 0 100110 1010 110001 100111100 11000 101001

Color Harmonies of #825075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825075

Black with #825075

Text Example


Text Example

White with #825075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825075; }

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

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

background-color css

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

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

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

border-color css

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

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

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