#817185

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

Shades of Mamba #817185

Tints of Mamba #817185

Color information

#817185 (or 0x817185) is unknown color: approx Mamba. HEX triplet: 81, 71 and 85. RGB value is (129,113,133). Sum of RGB (Red+Green+Blue) = 129+113+133=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #817185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817185 is #7E8E7A. Grayscale: #787878. Windows color (decimal): -8294011 or 8745345. OLE color: 8745345.

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

Color convert

RGB129113133-
CMYK0.030.1500.48
HSL288º8.13%48.24%-
HSV(B)288º15.04%52.16%-
XYZ19.1918.1724.69-
YUV120.06135.3134.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=34.4%
G=30.13%
B=35.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291131330.030.1500.482888.1348.24
Hex8171853F030120830
Octal2011612053170604401060
Binary1000000111100011000010111111101100001001000001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817185; }

 p { color: rgb(129,113,133); }

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

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

 a { background-color: rgb(129,113,133); }

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

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

 span { border-color: rgb(129,113,133); }

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