#731509

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

Shades of Falu Red #731509

Tints of Falu Red #731509

Color information

#731509 (or 0x731509) is unknown color: approx Falu Red. HEX triplet: 73, 15 and 09. RGB value is (115,21,9). Sum of RGB (Red+Green+Blue) = 115+21+9=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #731509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731509 is #8CEAF6. Grayscale: #2F2F2F. Windows color (decimal): -9235191 or 595315. OLE color: 595315.

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

Color convert

RGB115219-
CMYK00.820.920.55
HSL6.79º85.48%24.31%-
HSV(B)6.79º92.17%45.1%-
XYZ7.394.20.68-
YUV47.74106.14175.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 79.31%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=79.31%
G=14.48%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11521900.820.920.556.7985.4824.31
Hex731590525C3775518
Octal1632511012213467712530
Binary1110011101011001010100101011100110111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731509; }

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

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

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

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

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

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

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

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