#817384

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

Shades of Mamba #817384

Tints of Mamba #817384

Color information

#817384 (or 0x817384) is unknown color: approx Mamba. HEX triplet: 81, 73 and 84. RGB value is (129,115,132). Sum of RGB (Red+Green+Blue) = 129+115+132=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #817384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817384 is #7E8C7B. Grayscale: #797979. Windows color (decimal): -8293500 or 8680321. OLE color: 8680321.

HSL color Cylindrical-coordinate representation of color #817384: hue angle of 289.41º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #817384 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB129115132-
CMYK0.020.1300.48
HSL289.41º6.88%48.43%-
HSV(B)289.41º12.88%51.76%-
XYZ19.3518.5924.4-
YUV121.12134.14133.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=34.31%
G=30.59%
B=35.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291151320.020.1300.48289.416.8848.43
Hex8173842D030121730
Octal201163204215060441760
Binary100000011110011100001001011010110000100100001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817384; }

 p { color: rgb(129,115,132); }

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

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

 a { background-color: rgb(129,115,132); }

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

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

 span { border-color: rgb(129,115,132); }

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