#731207

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

Shades of Falu Red #731207

Tints of Falu Red #731207

Color information

#731207 (or 0x731207) is unknown color: approx Falu Red. HEX triplet: 73, 12 and 07. RGB value is (115,18,7). Sum of RGB (Red+Green+Blue) = 115+18+7=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #731207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731207 is #8CEDF8. Grayscale: #2D2D2D. Windows color (decimal): -9235961 or 463475. OLE color: 463475.

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

Color convert

RGB115187-
CMYK00.840.940.55
HSL6.11º88.52%23.92%-
HSV(B)6.11º93.91%45.1%-
XYZ7.324.090.6-
YUV45.75106.14177.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 82.14%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 7 (3.12% from 255) = 5%
R=82.14%
G=12.86%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11518700.840.940.556.1188.5223.92
Hex731270545E3765918
Octal163227012413667613130
Binary111001110010111010101001011110110111110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731207; }

 p { color: rgb(115,18,7); }

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

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

 a { background-color: rgb(115,18,7); }

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

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

 span { border-color: rgb(115,18,7); }

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