#731409

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

Shades of Falu Red #731409

Tints of Falu Red #731409

Color information

#731409 (or 0x731409) is unknown color: approx Falu Red. HEX triplet: 73, 14 and 09. RGB value is (115,20,9). Sum of RGB (Red+Green+Blue) = 115+20+9=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #731409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731409 is #8CEBF6. Grayscale: #2F2F2F. Windows color (decimal): -9235447 or 595059. OLE color: 595059.

HSL color Cylindrical-coordinate representation of color #731409: hue angle of 6.23º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #731409 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB115209-
CMYK00.830.920.55
HSL6.23º85.48%24.31%-
HSV(B)6.23º92.17%45.1%-
XYZ7.374.160.67-
YUV47.15106.47176.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 79.86%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=79.86%
G=13.89%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11520900.830.920.556.2385.4824.31
Hex731490535C3765518
Octal1632411012313467612530
Binary1110011101001001010100111011100110111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731409; }

 p { color: rgb(115,20,9); }

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

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

 a { background-color: rgb(115,20,9); }

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

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

 span { border-color: rgb(115,20,9); }

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