#731F13

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

Shades of Falu Red #731F13

Tints of Falu Red #731F13

Color information

#731F13 (or 0x731F13) is unknown color: approx Falu Red. HEX triplet: 73, 1F and 13. RGB value is (115,31,19). Sum of RGB (Red+Green+Blue) = 115+31+19=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #731F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731F13 is #8CE0EC. Grayscale: #363636. Windows color (decimal): -9232621 or 1253235. OLE color: 1253235.

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

Color convert

RGB1153119-
CMYK00.730.830.55
HSL7.5º71.64%26.27%-
HSV(B)7.5º83.48%45.1%-
XYZ7.684.671.11-
YUV54.75107.83170.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 69.70%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 19 (7.81% from 255) = 11.52%
R=69.70%
G=18.79%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115311900.730.830.557.571.6426.27
Hex731F1304953378481a
Octal16337230111123671011032
Binary111001111111100110100100110100111101111000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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