#731F17

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

Shades of Falu Red #731F17

Tints of Falu Red #731F17

Color information

#731F17 (or 0x731F17) is unknown color: approx Falu Red. HEX triplet: 73, 1F and 17. RGB value is (115,31,23). Sum of RGB (Red+Green+Blue) = 115+31+23=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #731F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731F17 is #8CE0E8. Grayscale: #373737. Windows color (decimal): -9232617 or 1515379. OLE color: 1515379.

HSL color Cylindrical-coordinate representation of color #731F17: hue angle of 5.22º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731F17 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1153123-
CMYK00.730.800.55
HSL5.22º66.67%27.06%-
HSV(B)5.22º80%45.1%-
XYZ7.714.691.31-
YUV55.2109.83170.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.05%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 23 (9.38% from 255) = 13.61%
R=68.05%
G=18.34%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115312300.730.800.555.2266.6727.06
Hex731F1704950375431b
Octal1633727011112067510333
Binary11100111111110111010010011010000110111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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