#731A16

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

Shades of Falu Red #731A16

Tints of Falu Red #731A16

Color information

#731A16 (or 0x731A16) is unknown color: approx Falu Red. HEX triplet: 73, 1A and 16. RGB value is (115,26,22). Sum of RGB (Red+Green+Blue) = 115+26+22=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #731A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731A16 is #8CE5E9. Grayscale: #343434. Windows color (decimal): -9233898 or 1448563. OLE color: 1448563.

HSL color Cylindrical-coordinate representation of color #731A16: hue angle of 2.58º 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 #731A16 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1152622-
CMYK00.770.810.55
HSL2.58º67.88%26.86%-
HSV(B)2.58º80.87%45.1%-
XYZ7.584.441.22-
YUV52.16110.99172.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.55%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=70.55%
G=15.95%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115262200.770.810.552.5867.8826.86
Hex731A1604D51373441b
Octal1633226011512167310433
Binary1110011110101011001001101101000111011111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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