Html Css Color HEX #825583 Trendy Pink

📋 copy color: '#825583'

red 130 ◦ green 85 ◦ blue 131

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

Shades of Trendy Pink #825583

Tints of Trendy Pink #825583

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.57%

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 37.57%
G = 24.57%
B = 37.86%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#825583 (or 0x825583) is known color: Trendy Pink. HEX triplet: 82, 55 and 83. RGB value is (130,85,131). Sum of RGB (Red+Green+Blue) = 130+85+131=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #825583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825583 is #7DAA7C. Grayscale: #676767. Windows color (decimal): -8235645 or 8607106. OLE color: 8607106.

HSL color Cylindrical-coordinate representation of color #825583: hue angle of 298.7º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825583 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 131 -
CMYK 0.01 0.35 0 0.49
HSL 298.7º 0.21% 0.42% -
HSV(B) 298.7º 0.35% 0.51% -
XYZ 16.55 12.88 23.09 -
YUV 103.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 130 85 131 0.01 0.35 0 0.49 298.7 0.21 0.42
Hex 82 55 83 1 23 0 31 12B 15 2A
Octal 202 125 203 1 43 0 61 453 25 52
Binary 10000010 1010101 10000011 1 100011 0 110001 100101011 10101 101010

Color Harmonies of #825583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825583

Black with #825583

Text Example


Text Example

White with #825583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825583; }

 p { color: rgb(130,85,131); }

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

background-color css

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

 a { background-color: rgb(130,85,131); }

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

border-color css

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

 span { border-color: rgb(130,85,131); }

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