#813C3D

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

Shades of Stiletto #813C3D

Tints of Stiletto #813C3D

Color information

#813C3D (or 0x813C3D) is unknown color: approx Stiletto. HEX triplet: 81, 3C and 3D. RGB value is (129,60,61). Sum of RGB (Red+Green+Blue) = 129+60+61=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #813C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813C3D is #7EC3C2. Grayscale: #505050. Windows color (decimal): -8307651 or 4013185. OLE color: 4013185.

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

Color convert

RGB1296061-
CMYK00.530.530.49
HSL359.13º36.51%37.06%-
HSV(B)359.13º53.49%50.59%-
XYZ11.518.245.4-
YUV80.74116.86162.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 60 (23.83% from 255) = 24%
BLUE value IS 61 (24.22% from 255) = 24.4%
R=51.6%
G=24%
B=24.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129606100.530.530.49359.1336.5137.06
Hex813C3D03535311672525
Octal201747506565615474545
Binary100000011111001111010110101110101110001101100111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,60,61); }

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

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

 a { background-color: rgb(129,60,61); }

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

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

 span { border-color: rgb(129,60,61); }

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