#813539

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

Shades of Stiletto #813539

Tints of Stiletto #813539

Color information

#813539 (or 0x813539) is unknown color: approx Stiletto. HEX triplet: 81, 35 and 39. RGB value is (129,53,57). Sum of RGB (Red+Green+Blue) = 129+53+57=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #813539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813539 is #7ECAC6. Grayscale: #4C4C4C. Windows color (decimal): -8309447 or 3749249. OLE color: 3749249.

HSL color Cylindrical-coordinate representation of color #813539: hue angle of 356.84º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #813539 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1295357-
CMYK00.590.560.49
HSL356.84º41.76%35.69%-
HSV(B)356.84º58.91%50.59%-
XYZ11.067.514.74-
YUV76.18117.18165.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.97%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=53.97%
G=22.18%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129535700.590.560.49356.8441.7635.69
Hex81353903B38311652a24
Octal201657107370615455244
Binary100000011101011110010111011111000110001101100101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813539; }

 p { color: rgb(129,53,57); }

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

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

 a { background-color: rgb(129,53,57); }

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

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

 span { border-color: rgb(129,53,57); }

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