#731D19

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

Shades of Falu Red #731D19

Tints of Falu Red #731D19

Color information

#731D19 (or 0x731D19) is unknown color: approx Falu Red. HEX triplet: 73, 1D and 19. RGB value is (115,29,25). Sum of RGB (Red+Green+Blue) = 115+29+25=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #731D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D19 is #8CE2E6. Grayscale: #363636. Windows color (decimal): -9233127 or 1645939. OLE color: 1645939.

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

Color convert

RGB1152925-
CMYK00.750.780.55
HSL2.67º64.29%27.45%-
HSV(B)2.67º78.26%45.1%-
XYZ7.694.591.4-
YUV54.26111.49171.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.05%
GREEN value IS 29 (11.72% from 255) = 17.16%
BLUE value IS 25 (10.16% from 255) = 14.79%
R=68.05%
G=17.16%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115292500.750.780.552.6764.2927.45
Hex731D1904B4E373401b
Octal1633531011311667310033
Binary1110011111011100101001011100111011011111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,29,25); }

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

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

 a { background-color: rgb(115,29,25); }

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

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

 span { border-color: rgb(115,29,25); }

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