#83718D

Color #83718D Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #83718D

Tints of Topaz #83718D

Color information

#83718D (or 0x83718D) is unknown color: approx Topaz. HEX triplet: 83, 71 and 8D. RGB value is (131,113,141). Sum of RGB (Red+Green+Blue) = 131+113+141=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #83718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83718D is #7C8E72. Grayscale: #797979. Windows color (decimal): -8162931 or 9269635. OLE color: 9269635.

HSL color Cylindrical-coordinate representation of color #83718D: hue angle of 278.57º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #83718D is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131113141-
CMYK0.070.2000.45
HSL278.57º11.02%49.8%-
HSV(B)278.57º19.86%55.29%-
XYZ20.0718.5627.72-
YUV121.57138.96134.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=34.03%
G=29.35%
B=36.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311131410.070.2000.45278.5711.0249.8
Hex83718D71402D117b32
Octal2031612157240554271362
Binary100000111110001100011011111010001011011000101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83718D; }

 p { color: rgb(131,113,141); }

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

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

 a { background-color: rgb(131,113,141); }

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

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

 span { border-color: rgb(131,113,141); }

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