#731E16

Color #731E16 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #731E16

Tints of Falu Red #731E16

Color information

#731E16 (or 0x731E16) is unknown color: approx Falu Red. HEX triplet: 73, 1E and 16. RGB value is (115,30,22). Sum of RGB (Red+Green+Blue) = 115+30+22=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #731E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E16 is #8CE1E9. Grayscale: #363636. Windows color (decimal): -9232874 or 1449587. OLE color: 1449587.

HSL color Cylindrical-coordinate representation of color #731E16: hue angle of 5.16º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731E16 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1153022-
CMYK00.740.810.55
HSL5.16º67.88%26.86%-
HSV(B)5.16º80.87%45.1%-
XYZ7.684.631.25-
YUV54.5109.66171.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 22 (8.98% from 255) = 13.17%
R=68.86%
G=17.96%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115302200.740.810.555.1667.8826.86
Hex731E1604A51375441b
Octal1633626011212167510433
Binary11100111111010110010010101010001110111101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731E16; }

 p { color: rgb(115,30,22); }

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

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

 a { background-color: rgb(115,30,22); }

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

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

 span { border-color: rgb(115,30,22); }

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