#816492

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

Shades of Mamba #816492

Tints of Mamba #816492

Color information

#816492 (or 0x816492) is unknown color: approx Mamba. HEX triplet: 81, 64 and 92. RGB value is (129,100,146). Sum of RGB (Red+Green+Blue) = 129+100+146=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #816492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816492 is #7E9B6D. Grayscale: #717171. Windows color (decimal): -8297326 or 9593985. OLE color: 9593985.

HSL color Cylindrical-coordinate representation of color #816492: hue angle of 277.83º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #816492 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB129100146-
CMYK0.120.3200.43
HSL277.83º18.7%48.24%-
HSV(B)277.83º31.51%57.25%-
XYZ18.815.8629.26-
YUV113.92146.11138.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=34.4%
G=26.67%
B=38.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291001460.120.3200.43277.8318.748.24
Hex816492C2002B1161330
Octal20114422214400534262360
Binary100000011100100100100101100100000010101110001011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816492; }

 p { color: rgb(129,100,146); }

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

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

 a { background-color: rgb(129,100,146); }

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

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

 span { border-color: rgb(129,100,146); }

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