#813E44

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

Shades of Stiletto #813E44

Tints of Stiletto #813E44

Color information

#813E44 (or 0x813E44) is unknown color: approx Stiletto. HEX triplet: 81, 3E and 44. RGB value is (129,62,68). Sum of RGB (Red+Green+Blue) = 129+62+68=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #813E44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813E44 is #7EC1BB. Grayscale: #525252. Windows color (decimal): -8307132 or 4472449. OLE color: 4472449.

HSL color Cylindrical-coordinate representation of color #813E44: hue angle of 354.63º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #813E44 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1296268-
CMYK00.520.470.49
HSL354.63º35.08%37.45%-
HSV(B)354.63º51.94%50.59%-
XYZ11.828.536.49-
YUV82.72119.7161.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.81%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=49.81%
G=23.94%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129626800.520.470.49354.6335.0837.45
Hex813E440342F311632325
Octal2017610406457615434345
Binary1000000111111010001000110100101111110001101100011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813E44; }

 p { color: rgb(129,62,68); }

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

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

 a { background-color: rgb(129,62,68); }

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

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

 span { border-color: rgb(129,62,68); }

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