#731906

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

Shades of Falu Red #731906

Tints of Falu Red #731906

Color information

#731906 (or 0x731906) is unknown color: approx Falu Red. HEX triplet: 73, 19 and 06. RGB value is (115,25,6). Sum of RGB (Red+Green+Blue) = 115+25+6=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #731906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731906 is #8CE6F9. Grayscale: #313131. Windows color (decimal): -9234170 or 399731. OLE color: 399731.

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

Color convert

RGB115256-
CMYK00.780.950.55
HSL10.46º90.08%23.73%-
HSV(B)10.46º94.78%45.1%-
XYZ7.454.350.62-
YUV49.74103.32174.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.77%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 6 (2.73% from 255) = 4.11%
R=78.77%
G=17.12%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11525600.780.950.5510.4690.0823.73
Hex7319604E5F37a5a18
Octal1633160116137671213230
Binary1110011110011100100111010111111101111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731906; }

 p { color: rgb(115,25,6); }

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

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

 a { background-color: rgb(115,25,6); }

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

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

 span { border-color: rgb(115,25,6); }

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