#813738

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

Shades of Stiletto #813738

Tints of Stiletto #813738

Color information

#813738 (or 0x813738) is unknown color: approx Stiletto. HEX triplet: 81, 37 and 38. RGB value is (129,55,56). Sum of RGB (Red+Green+Blue) = 129+55+56=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #813738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813738 is #7EC8C7. Grayscale: #4D4D4D. Windows color (decimal): -8308936 or 3684225. OLE color: 3684225.

HSL color Cylindrical-coordinate representation of color #813738: hue angle of 359.19º 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 #813738 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1295556-
CMYK00.570.570.49
HSL359.19º40.22%36.08%-
HSV(B)359.19º57.36%50.59%-
XYZ11.137.694.64-
YUV77.24116.02164.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 53.75%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=53.75%
G=22.92%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129555600.570.570.49359.1940.2236.08
Hex81373803939311672824
Octal201677007171615475044
Binary100000011101111110000111001111001110001101100111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813738; }

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

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

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

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

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

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

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

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