#813A3C

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

Shades of Stiletto #813A3C

Tints of Stiletto #813A3C

Color information

#813A3C (or 0x813A3C) is unknown color: approx Stiletto. HEX triplet: 81, 3A and 3C. RGB value is (129,58,60). Sum of RGB (Red+Green+Blue) = 129+58+60=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #813A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A3C is #7EC5C3. Grayscale: #4F4F4F. Windows color (decimal): -8308164 or 3947137. OLE color: 3947137.

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

Color convert

RGB1295860-
CMYK00.550.530.49
HSL358.31º37.97%36.67%-
HSV(B)358.31º55.04%50.59%-
XYZ11.388.025.22-
YUV79.46117.02163.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=52.23%
G=23.48%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129586000.550.530.49358.3137.9736.67
Hex813A3C03735311662625
Octal201727406765615464645
Binary100000011110101111000110111110101110001101100110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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