#731A13

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

Shades of Falu Red #731A13

Tints of Falu Red #731A13

Color information

#731A13 (or 0x731A13) is unknown color: approx Falu Red. HEX triplet: 73, 1A and 13. RGB value is (115,26,19). Sum of RGB (Red+Green+Blue) = 115+26+19=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #731A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731A13 is #8CE5EC. Grayscale: #333333. Windows color (decimal): -9233901 or 1251955. OLE color: 1251955.

HSL color Cylindrical-coordinate representation of color #731A13: hue angle of 4.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731A13 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1152619-
CMYK00.770.830.55
HSL4.38º71.64%26.27%-
HSV(B)4.38º83.48%45.1%-
XYZ7.564.431.07-
YUV51.81109.49173.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.88%
GREEN value IS 26 (10.55% from 255) = 16.25%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=71.88%
G=16.25%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115261900.770.830.554.3871.6426.27
Hex731A1304D53374481a
Octal1633223011512367411032
Binary11100111101010011010011011010011110111100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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