#731306

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

Shades of Falu Red #731306

Tints of Falu Red #731306

Color information

#731306 (or 0x731306) is unknown color: approx Falu Red. HEX triplet: 73, 13 and 06. RGB value is (115,19,6). Sum of RGB (Red+Green+Blue) = 115+19+6=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #731306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731306 is #8CECF9. Grayscale: #2E2E2E. Windows color (decimal): -9235706 or 398195. OLE color: 398195.

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

Color convert

RGB115196-
CMYK00.830.950.55
HSL7.16º90.08%23.73%-
HSV(B)7.16º94.78%45.1%-
XYZ7.344.120.58-
YUV46.22105.3177.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 82.14%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=82.14%
G=13.57%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11519600.830.950.557.1690.0823.73
Hex731360535F3775a18
Octal163236012313767713230
Binary111001110011110010100111011111110111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731306; }

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

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

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

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

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

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

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

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