#83718F

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

Shades of Topaz #83718F

Tints of Topaz #83718F

Color information

#83718F (or 0x83718F) is unknown color: approx Topaz. HEX triplet: 83, 71 and 8F. RGB value is (131,113,143). Sum of RGB (Red+Green+Blue) = 131+113+143=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 143 - color contains mainly: blue. Hex color #83718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83718F is #7C8E70. Grayscale: #797979. Windows color (decimal): -8162929 or 9400707. OLE color: 9400707.

HSL color Cylindrical-coordinate representation of color #83718F: hue angle of 276º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83718F is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131113143-
CMYK0.080.2100.44
HSL276º11.81%50.2%-
HSV(B)276º20.98%56.08%-
XYZ20.2218.6228.51-
YUV121.8139.96134.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=33.85%
G=29.20%
B=36.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311131430.080.2100.4427611.8150.2
Hex83718F81502C114c32
Octal20316121710250544241462
Binary1000001111100011000111110001010101011001000101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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