Html Css Color HEX #83718A Mamba

📋 copy color: '#83718A'

red 131 ◦ green 113 ◦ blue 138

#83718A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #83718A

Tints of Mamba #83718A

RGB

 RED value IS 131 (51.56% from 255) = 34.29%

 GREEN value IS 113 (44.53% from 255) = 29.58%

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 34.29%
G = 29.58%
B = 36.13%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83718A (or 0x83718A) is known color: Mamba. HEX triplet: 83, 71 and 8A. RGB value is (131,113,138). Sum of RGB (Red+Green+Blue) = 131+113+138=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #83718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83718A is #7C8E75. Grayscale: #797979. Windows color (decimal): -8162934 or 9073027. OLE color: 9073027.

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

Color convert

RGB 131 113 138 -
CMYK 0.05 0.18 0 0.46
HSL 283.2º 0.1% 0.49% -
HSV(B) 283.2º 0.18% 0.54% -
XYZ 19.85 18.47 26.56 -
YUV 121.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 131 113 138 0.05 0.18 0 0.46 283.2 0.1 0.49
Hex 83 71 8A 5 12 0 2E 11B A 31
Octal 203 161 212 5 22 0 56 433 12 61
Binary 10000011 1110001 10001010 101 10010 0 101110 100011011 1010 110001

Color Harmonies of #83718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83718A

Black with #83718A

Text Example


Text Example

White with #83718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83718A;
 }
 .AnyTagClassName
 {
   color: #83718A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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