#813739

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

Shades of Stiletto #813739

Tints of Stiletto #813739

Color information

#813739 (or 0x813739) is unknown color: approx Stiletto. HEX triplet: 81, 37 and 39. RGB value is (129,55,57). Sum of RGB (Red+Green+Blue) = 129+55+57=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #813739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813739 is #7EC8C6. Grayscale: #4D4D4D. Windows color (decimal): -8308935 or 3749761. OLE color: 3749761.

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

Color convert

RGB1295557-
CMYK00.570.560.49
HSL358.38º40.22%36.08%-
HSV(B)358.38º57.36%50.59%-
XYZ11.167.694.77-
YUV77.35116.52164.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.53%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=53.53%
G=22.82%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129555700.570.560.49358.3840.2236.08
Hex81373903938311662824
Octal201677107170615465044
Binary100000011101111110010111001111000110001101100110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813739; }

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

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

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

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

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

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

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

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