#814041

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

Shades of Stiletto #814041

Tints of Stiletto #814041

Color information

#814041 (or 0x814041) is unknown color: approx Stiletto. HEX triplet: 81, 40 and 41. RGB value is (129,64,65). Sum of RGB (Red+Green+Blue) = 129+64+65=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #814041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814041 is #7EBFBE. Grayscale: #535353. Windows color (decimal): -8306623 or 4276353. OLE color: 4276353.

HSL color Cylindrical-coordinate representation of color #814041: hue angle of 359.08º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814041 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1296465-
CMYK00.500.500.49
HSL359.08º33.68%37.84%-
HSV(B)359.08º50.39%50.59%-
XYZ11.848.726.06-
YUV83.55117.53160.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=50%
G=24.81%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129646500.500.500.49359.0833.6837.84
Hex81404103232311672226
Octal20110010106262615474246
Binary10000001100000010000010110010110010110001101100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814041; }

 p { color: rgb(129,64,65); }

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

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

 a { background-color: rgb(129,64,65); }

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

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

 span { border-color: rgb(129,64,65); }

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