#731D0F

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

Shades of Falu Red #731D0F

Tints of Falu Red #731D0F

Color information

#731D0F (or 0x731D0F) is unknown color: approx Falu Red. HEX triplet: 73, 1D and 0F. RGB value is (115,29,15). Sum of RGB (Red+Green+Blue) = 115+29+15=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #731D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D0F is #8CE2F0. Grayscale: #353535. Windows color (decimal): -9233137 or 990579. OLE color: 990579.

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

Color convert

RGB1152915-
CMYK00.750.870.55
HSL8.4º76.92%25.49%-
HSV(B)8.4º86.96%45.1%-
XYZ7.64.560.93-
YUV53.12106.49172.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.33%
GREEN value IS 29 (11.72% from 255) = 18.24%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=72.33%
G=18.24%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115291500.750.870.558.476.9225.49
Hex731DF04B573784d19
Octal16335170113127671011531
Binary11100111110111110100101110101111101111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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