#731109

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

Shades of Falu Red #731109

Tints of Falu Red #731109

Color information

#731109 (or 0x731109) is unknown color: approx Falu Red. HEX triplet: 73, 11 and 09. RGB value is (115,17,9). Sum of RGB (Red+Green+Blue) = 115+17+9=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #731109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731109 is #8CEEF6. Grayscale: #2D2D2D. Windows color (decimal): -9236215 or 594291. OLE color: 594291.

HSL color Cylindrical-coordinate representation of color #731109: hue angle of 4.53º 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 #731109 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB115179-
CMYK00.850.920.55
HSL4.53º85.48%24.31%-
HSV(B)4.53º92.17%45.1%-
XYZ7.324.070.66-
YUV45.39107.47177.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 81.56%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 9 (3.91% from 255) = 6.38%
R=81.56%
G=12.06%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11517900.850.920.554.5385.4824.31
Hex731190555C3755518
Octal1632111012513467512530
Binary1110011100011001010101011011100110111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731109; }

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

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

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

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

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

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

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

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