#825383

Color #825383 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #825383

Tints of Trendy Pink #825383

Color information

#825383 (or 0x825383) is unknown color: approx Trendy Pink. HEX triplet: 82, 53 and 83. RGB value is (130,83,131). Sum of RGB (Red+Green+Blue) = 130+83+131=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #825383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825383 is #7DAC7C. Grayscale: #666666. Windows color (decimal): -8236157 or 8606594. OLE color: 8606594.

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

Color convert

RGB13083131-
CMYK0.010.3700.49
HSL298.75º22.43%41.96%-
HSV(B)298.75º36.64%51.37%-
XYZ16.412.5723.04-
YUV102.52144.07147.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=37.79%
G=24.13%
B=38.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130831310.010.3700.49298.7522.4341.96
Hex82538312503112b162a
Octal2021232031450614532652
Binary100000101010011100000111100101011000110010101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825383; }

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

 H1.HeaderClassName
 {
   color: #825383;
 }
 .AnyTagClassName
 {
   color: #825383;
 }
</style>
background-color css

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

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

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

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

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

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