#814146

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

Shades of Stiletto #814146

Tints of Stiletto #814146

Color information

#814146 (or 0x814146) is unknown color: approx Stiletto. HEX triplet: 81, 41 and 46. RGB value is (129,65,70). Sum of RGB (Red+Green+Blue) = 129+65+70=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #814146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814146 is #7EBEB9. Grayscale: #545454. Windows color (decimal): -8306362 or 4604289. OLE color: 4604289.

HSL color Cylindrical-coordinate representation of color #814146: hue angle of 355.31º degrees, saturation: 0.33, 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 #814146 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1296570-
CMYK00.500.460.49
HSL355.31º32.99%38.04%-
HSV(B)355.31º49.61%50.59%-
XYZ12.058.896.88-
YUV84.71119.7159.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.86%
GREEN value IS 65 (25.78% from 255) = 24.62%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=48.86%
G=24.62%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129657000.500.460.49355.3132.9938.04
Hex8141460322E311632126
Octal20110110606256615434146
Binary10000001100000110001100110010101110110001101100011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814146; }

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

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

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

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

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

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

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

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