#816591

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

Shades of Mamba #816591

Tints of Mamba #816591

Color information

#816591 (or 0x816591) is unknown color: approx Mamba. HEX triplet: 81, 65 and 91. RGB value is (129,101,145). Sum of RGB (Red+Green+Blue) = 129+101+145=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #816591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816591 is #7E9A6E. Grayscale: #727272. Windows color (decimal): -8297071 or 9528705. OLE color: 9528705.

HSL color Cylindrical-coordinate representation of color #816591: hue angle of 278.18º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #816591 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB129101145-
CMYK0.110.3000.43
HSL278.18º17.89%48.24%-
HSV(B)278.18º30.34%56.86%-
XYZ18.8216.0228.89-
YUV114.39145.28138.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=34.4%
G=26.93%
B=38.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291011450.110.3000.43278.1817.8948.24
Hex816591B1E02B1161230
Octal20114522113360534262260
Binary10000001110010110010001101111110010101110001011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816591; }

 p { color: rgb(129,101,145); }

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

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

 a { background-color: rgb(129,101,145); }

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

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

 span { border-color: rgb(129,101,145); }

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