#83718C

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

Shades of Mamba #83718C

Tints of Mamba #83718C

Color information

#83718C (or 0x83718C) is unknown color: approx Mamba. HEX triplet: 83, 71 and 8C. RGB value is (131,113,140). Sum of RGB (Red+Green+Blue) = 131+113+140=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #83718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83718C is #7C8E73. Grayscale: #797979. Windows color (decimal): -8162932 or 9204099. OLE color: 9204099.

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

Color convert

RGB131113140-
CMYK0.060.1900.45
HSL280º10.67%49.61%-
HSV(B)280º19.29%54.9%-
XYZ2018.5327.33-
YUV121.46138.46134.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.11%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 140 (55.08% from 255) = 36.46%
R=34.11%
G=29.43%
B=36.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311131400.060.1900.4528010.6749.61
Hex83718C61302D118b32
Octal2031612146230554301362
Binary100000111110001100011001101001101011011000110001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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