#83688A

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

Shades of Trendy Pink #83688A

Tints of Trendy Pink #83688A

Color information

#83688A (or 0x83688A) is unknown color: approx Trendy Pink. HEX triplet: 83, 68 and 8A. RGB value is (131,104,138). Sum of RGB (Red+Green+Blue) = 131+104+138=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #83688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83688A is #7C9775. Grayscale: #737373. Windows color (decimal): -8165238 or 9070723. OLE color: 9070723.

HSL color Cylindrical-coordinate representation of color #83688A: hue angle of 287.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83688A is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB131104138-
CMYK0.050.2500.46
HSL287.65º14.05%47.45%-
HSV(B)287.65º24.64%54.12%-
XYZ18.916.5626.25-
YUV115.95140.45138.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=35.12%
G=27.88%
B=37.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311041380.050.2500.46287.6514.0547.45
Hex83688A51902E120e2f
Octal2031502125310564401657
Binary100000111101000100010101011100101011101001000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83688A; }

 p { color: rgb(131,104,138); }

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

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

 a { background-color: rgb(131,104,138); }

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

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

 span { border-color: rgb(131,104,138); }

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