#83807C

Color #83807C Concord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Concord #83807C

Tints of Concord #83807C

Color information

#83807C (or 0x83807C) is unknown color: approx Concord. HEX triplet: 83, 80 and 7C. RGB value is (131,128,124). Sum of RGB (Red+Green+Blue) = 131+128+124=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 131 - color contains mainly: red. Hex color #83807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83807C is #7C7F83. Grayscale: #808080. Windows color (decimal): -8159108 or 8159363. OLE color: 8159363.

HSL color Cylindrical-coordinate representation of color #83807C: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #83807C is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB131128124-
CMYK00.020.050.49
HSL34.29º2.75%50%-
HSV(B)34.29º5.34%51.37%-
XYZ20.7221.7222.17-
YUV128.44125.49129.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=34.20%
G=33.42%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112812400.020.050.4934.292.7550
Hex83807C0253122332
Octal2032001740256142362
Binary1000001110000000111110001010111000110001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83807C; }

 p { color: rgb(131,128,124); }

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

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

 a { background-color: rgb(131,128,124); }

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

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

 span { border-color: rgb(131,128,124); }

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