Html Css Color HEX #825381 Trendy Pink

📋 copy color: '#825381'

red 130 ◦ green 83 ◦ blue 129

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

Shades of Trendy Pink #825381

Tints of Trendy Pink #825381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.72%

R = 38.01%
G = 24.27%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#825381 (or 0x825381) is known color: Trendy Pink. HEX triplet: 82, 53 and 81. RGB value is (130,83,129). Sum of RGB (Red+Green+Blue) = 130+83+129=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #825381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825381 is #7DAC7E. Grayscale: #666666. Windows color (decimal): -8236159 or 8475522. OLE color: 8475522.

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

Color convert

RGB 130 83 129 -
CMYK 0 0.36 0.01 0.49
HSL 301.28º 0.22% 0.42% -
HSV(B) 301.28º 0.36% 0.51% -
XYZ 16.26 12.52 22.33 -
YUV 102.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 130 83 129 0 0.36 0.01 0.49 301.28 0.22 0.42
Hex 82 53 81 0 24 1 31 12D 16 2A
Octal 202 123 201 0 44 1 61 455 26 52
Binary 10000010 1010011 10000001 0 100100 1 110001 100101101 10110 101010

Color Harmonies of #825381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825381

Black with #825381

Text Example


Text Example

White with #825381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825381; }

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

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

background-color css

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

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

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

border-color css

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

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

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