#814344

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

Shades of Stiletto #814344

Tints of Stiletto #814344

Color information

#814344 (or 0x814344) is unknown color: approx Stiletto. HEX triplet: 81, 43 and 44. RGB value is (129,67,68). Sum of RGB (Red+Green+Blue) = 129+67+68=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #814344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814344 is #7EBCBB. Grayscale: #555555. Windows color (decimal): -8305852 or 4473729. OLE color: 4473729.

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

Color convert

RGB1296768-
CMYK00.480.470.49
HSL359.03º31.63%38.43%-
HSV(B)359.03º48.06%50.59%-
XYZ12.19.16.59-
YUV85.65118.04158.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.86%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 68 (26.95% from 255) = 25.76%
R=48.86%
G=25.38%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129676800.480.470.49359.0331.6338.43
Hex8143440302F311672026
Octal20110310406057615474046
Binary10000001100001110001000110000101111110001101100111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814344; }

 p { color: rgb(129,67,68); }

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

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

 a { background-color: rgb(129,67,68); }

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

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

 span { border-color: rgb(129,67,68); }

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